http://chromedriver.storage.googleapis.com/index.html
标签:可读性 gpo 区别 自己 应用程序 code intern div 需要
Webdriver (Selenium2)是一种用于Web应用程序的自动测试工具,它提供了一套友好的API,与Selenium 1(Selenium-RC)相比,Webdriver 的API更容易理解和使用,其可读性和可维护性也大大提高。Webdriver完全就是一套类库,不依赖于任何测试框架,除了必要的浏览器驱动,不需要启动其他进程或安装其他程序,也不必像Selenium 1那样需要先启动服务。
安装:
pip install selenium
卸载
pip uninstall selenium
查看版本号:
pip show selenium
http://www.seleniumhq.org/download/
【Selenium】不同chrome版本对应的chrome驱动版本
http://chromedriver.storage.googleapis.com/index.html
selenium2.x/3.x +Chrome驱动
浏览器位数的版本和驱动版本要一致!
如果是32bit浏览器而Driver是64bit则会导致脚本运行失败!
标签:可读性 gpo 区别 自己 应用程序 code intern div 需要
原文地址:https://www.cnblogs.com/watery/p/13865840.html