webdriver配置

Posted sleeping_cat

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webdriver配置相关的知识,希望对你有一定的参考价值。

Webdriver

一、不同浏览器对应的驱动

(一)   Firefox → geckodriver

  1. Firefox48以上版本:selenium 3.x + Firefox驱动——geckodriver
  2. Firefox48以下版本:selenium 2.x内置驱动

(二)   Chrome → chromedriver

  1. selenium 2.x/ 3.x + Chrome驱动——chromedriver

(三)   IE → InternetExplorerDriver

  1. IE9以上版本:selenium 3.x + IE驱动——InternetExplorerDriver
  2. IE9以下版本:selenium 2.x + IE驱动——InternetExplorerDriver

二、驱动安装及配置

将驱动文件放到Python的安装目录下

以上是关于webdriver配置的主要内容,如果未能解决你的问题,请参考以下文章

webdriver配置

Webdriver.io - 如何在配置中使用 beforeEach 钩子

php webdriver自动化测试本地安装配置

WebDriver到底怎么用

WebDriver到底怎么用

配置webdriver环境