webdriver配置
Posted sleeping_cat
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webdriver配置相关的知识,希望对你有一定的参考价值。
Webdriver
一、不同浏览器对应的驱动
(一) Firefox → geckodriver
- Firefox48以上版本:selenium 3.x + Firefox驱动——geckodriver
- Firefox48以下版本:selenium 2.x内置驱动
(二) Chrome → chromedriver
- selenium 2.x/ 3.x + Chrome驱动——chromedriver
(三) IE → InternetExplorerDriver
- IE9以上版本:selenium 3.x + IE驱动——InternetExplorerDriver
- IE9以下版本:selenium 2.x + IE驱动——InternetExplorerDriver
二、驱动安装及配置
将驱动文件放到Python的安装目录下
以上是关于webdriver配置的主要内容,如果未能解决你的问题,请参考以下文章