WebDriverException : Missing 'type' parameter

后端 未结 1 1208
终归单人心
终归单人心 2021-01-21 06:06

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

python 2.7.12

1条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-21 06:43

    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

    0 讨论(0)
提交回复
热议问题