WebDriverException:缺少'type'参数

时间:2017-05-30 05:37:06

标签: python selenium webdriver geckodriver

我在python中使用Selenium Webdriver。我的设置的环境条件是 -

python 2.7.12
硒3.4.2
Firefox 52.0.2
Geckodriver v.0.13.0
在下面的代码行运行python脚本时给出了错误

self.driver.implicitly_wait(30)                                                             

错误消息是WebDriverException:缺少'type'参数 在这种情况下,有人可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

对于Firefox,请使用以下设置: