selenium 和 chromedriver 使用的一些总结

1 selenium 下载地址

selenium · PyPIhttps://pypi.org/project/selenium/

2 chromedriver  下载地址 ,可以下载最新版的 chromedriver

ChromeDriver - WebDriver for Chrome - Downloadshttps://chromedriver.chromium.org/downloadsChrome for Testing availabilityhttps://googlechromelabs.github.io/chrome-for-testing/

3 其他

driver.get('https://www.baidu.com')     OK

driver.get('www.baidu.com')                Error ,这样会报错。出错了 Message: invalid argument

猜你喜欢

转载自blog.csdn.net/yudiandian2014/article/details/132068386