WebDriverException : Missing 'type' parameter

Viewed 2159

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 Answers
Related