https://github.com/max32002/maxcheckbot
use selenium to check all checkbox
https://github.com/max32002/maxcheckbot
Last synced: about 2 months ago
JSON representation
use selenium to check all checkbox
- Host: GitHub
- URL: https://github.com/max32002/maxcheckbot
- Owner: max32002
- Created: 2019-05-06T04:11:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T16:35:49.000Z (about 7 years ago)
- Last Synced: 2025-03-22T18:39:39.383Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MaxCheckBot
use selenium to check all checkbox
幫你把網頁裡的checkbox(複選框)打勾。
* Scroll down for English documentation.
# 需要的套件:
pip install selenium
而且你需要下載 chromedriver
# 執行方式:
python max_checkbox.py
或
python3 max_checkbox.py
附註:沒有寫的很好,很多地方應該可以模組化。
# 詳細介紹:
Selenium 使用 Chrome 瀏覽器 webdriver
https://stackoverflow.max-everyday.com/2018/03/selenium-chrome-webdriver/
# 影片示範:
https://www.youtube.com/watch?v=bP71cj2CY-U
[](http://www.youtube.com/watch?v=bP71cj2CY-U)
----
# requirement:
pip install selenium
and you need download chromedriver
# command:
python max_checkbox.py
或
python3 max_checkbox.py