-
大小: 14.74M文件類型: .zip金幣: 1下載: 0 次發布日期: 2021-01-30
- 語言: Python
- 標簽: python??demo??chrome??Tampermonkey??
資源簡介
實現了類似Tampermonkey的功能
1. 需要pip install -i https://pypi.tuna.tsinghua.edu.cn/simple selenium
2. 根據自己的操作系統 選擇對應的chromedriver,將其拷貝到python腳本所在目錄
3. 運行即可看到如下效果
代碼片段和文件信息
#?coding:utf-8
from?__future__?import?print_function
import?os?random?time?random?string?re
from?selenium?import?webdriver
from?datetime?import?datetime
from?selenium?import?webdriver
from?selenium.webdriver.common.by?import?By
from?selenium.webdriver.support.ui?import?WebDriverWait
from?selenium.webdriver.support?import?expected_conditions?as?EC
from?datetime?import?datetime
print(datetime.now())
#time.sleep(1)?#?暫停5秒鐘
options?=?webdriver.ChromeOptions()
#?options.add_argument(“user-data-dir=C:/Users/chenx/AppData/Local/Google/Chrome/User?Data“);?自帶chrome數據
#?options.add_argument(‘lang=ja_JP.UTF-8‘)
options.add_argument(‘lang=zh_CN.UTF-8‘)
#?options.add_argument(
#?????‘user-agent=“Mozilla/5.0?(iPod;?U;?CPU?iPhone?OS?2_1?like?Mac?OS?X;?ja-jp)?AppleWebKit/525.18.1
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-16?23:03??chromedriver-v2.29\
?????文件?????3436829??2018-03-16?23:01??chromedriver-v2.29\chromedriver_linux32.zip
?????文件?????3400599??2018-03-16?23:01??chromedriver-v2.29\chromedriver_linux64.zip
?????文件?????4855744??2018-03-16?23:01??chromedriver-v2.29\chromedriver_mac64.zip
?????文件?????3796497??2018-03-16?22:54??chromedriver-v2.29\chromedriver_win32.zip
?????文件????????2824??2018-03-16?15:59??chromeauto.py
評論
共有 條評論