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

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

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

[![Max打勾機器人](http://img.youtube.com/vi/bP71cj2CY-U/0.jpg)](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