WebDriverException : Missing 'type' parameter

筅森魡賤 提交于 2019-12-02 04:41:11

问题


I am using Selenium Webdriver in python. The environment condition of my setup are -

python 2.7.12
selenium 3.4.2
Firefox 52.0.2
Geckodriver v.0.13.0
on running python script following line of code is giving error

self.driver.implicitly_wait(30)                                                             

Error message is WebDriverException : Missing 'type' parameter.
Can anyone help me in this situation ?


回答1:


For Firefox use the following setup:

  • Firefox version: 54
  • Selenium Version: 3.4.3
  • Python Version: 2.7.13
  • Geckodriver: v0.17.0
  • Download Link: https://github.com/mozilla/geckodriver/releases


来源:https://stackoverflow.com/questions/44254222/webdriverexception-missing-type-parameter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!