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: вписывает числа в поля, нажимает кнопки за вас
- Host: GitHub
- URL: https://github.com/oditynet/selenium-autoreport
- Owner: oditynet
- License: gpl-3.0
- Created: 2024-02-14T07:20:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T10:47:33.000Z (over 1 year ago)
- Last Synced: 2025-04-04T19:51:31.041Z (about 1 year ago)
- Topics: python, report, selenium
- Language: Python
- Homepage:
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
