Questions tagged [geckodriver]

GeckoDriver is Mozilla's WebDriver implementation for the Firefox web browser, and works best with Firefox versions 48 and onwards.

Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers.

This program provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox. It translates calls into the Marionette automation protocol by acting as a proxy between the local- and remote ends.

See also:

1443 questions
-2
votes
1 answer

Gekodriver added to path, but Selenium says otherwise

I'm currently trying to learn how to use Selenium with Python, but no matter what code I run, I always get the same error. I did add geckodriver to my path (at least I think I did) so I'm not sure what's wrong The error is as below…
ksmiles
  • 91
  • 1
  • 10
-3
votes
2 answers

Selenium - FireFox/Marionette driver is too fast to control

After updating to the Firefox to version 52, i had to update gecko driver to v17. But all my previous scripts fail in Firefox, becase it is too fast and not wating for element on the page to load. I am now forced to add Thread.sleep wait for each…
1 2 3
96
97