An open API service indexing awesome lists of open source software.

https://github.com/oditynet/selenium-autoreport

Auto report on my work. Автозаполнения формы отчетности в web: вписывает числа в поля, нажимает кнопки за вас
https://github.com/oditynet/selenium-autoreport

python report selenium

Last synced: about 2 months ago
JSON representation

Auto report on my work. Автозаполнения формы отчетности в web: вписывает числа в поля, нажимает кнопки за вас

Awesome Lists containing this project

README

          

# selenium autoreport
Script for automatically filling out a weekly report at work

selenium api + pyautogui for base auth NTLM

selenium=4.20
(http://username:password@example.com/) - is NOT WORK!

```sh
install:
pip install pyautogui
pip install selenium
pip install webdriver-manager
```
sudo cp /usr/bin/selenium-manager /usr/lib/python3.12/site-packages/selenium/webdriver/common/linux/

![](https://github.com/oditynet/selenium-autoreport/blob/a02b5e8456308483bb2e6bffb813d670573e32e5/video.gif)