杂章记录常用网址
-chrome driver镜像网址下载
https://registry.npmmirror.com/binary.html?path=chromedriver/
-Chrome Driver 初始化参数参考
https://peter.sh/experiments/chromium-command-line-switches/
-FireFox配置项网址
http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries
profile = webdriver.FirefoxProfile()
profile.set_preference('network.proxy.type', 0)
profile.set_preference('AutomationControlled', False)
profile.set_preference("dom.webdriver.enabled", False)
profile.set_preference('useAutomationExtension', False)
profile.set_preference('dom.ipc.plugins.enabled.libflashplayer.so', False)
profile.set_preference("media.peerconnection.enabled", False)
profile.update_preferences()
chrome_driver 问题汇总记录
https://bugs.chromium.org/p/chromedriver/issues/detail?id=4121
浙公网安备 33010602011771号