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
-1
votes
1 answer

GeckoDriver Selenium 3.4 - FF issue, WebDriverException handlers time out

Recently we upgraded our Selenium C# binding , v3.4 and we are start using the Gecko Driver which is for FF support, so we are using v 0.16.1, We notice that after click that open new window (FF) we got WebDriverException handlers time out, pops…
EyalChn
  • 81
  • 1
  • 10
-1
votes
1 answer

Issue with finding element in Selenium webdriver. Using webdriver.gecko.driver

I was able to find the element in webdriver below versions, But with the latest version not able to find the element driver.findElement(By.id("dropdownMenu")).click(); Get this in console: 1491224447464 geckodriver INFO Listening on…
Rick
  • 91
  • 11
-1
votes
1 answer

Selenium webdriver 3.3.0 geckodriver error for firefox

I'm trying to execute a ruby script on my Windows 10. Setup Details: Browser :- latest version of Firefox,
ruby -v 2.2.6
gem -v 2.4.5.2
selenium webdriver -v 3.3.0 Now i got an error that it cant find geckodriver. I also downloaded…
-1
votes
2 answers

Why eclipse is not recognising webdriver.gecko.driver

I'm learning selenium testing in eclipse, just started. I am trying to open firefox browser using the script . Using firefox 51 and selenium-java-3.1.0. I pasted geckodriver-v0.14.0-win64 exe file in required location and used following code:…
aswathy
  • 821
  • 3
  • 15
  • 27
-1
votes
2 answers

Selenium Webdriver [Java] [gecko] : How do I pass a string to a input field in an Alert

I have an online Web Application where there is a product listed which have a View button. On clicking the View button an alert is shown. The Alert have four (4) fields as: Alert Text, An Input Text field, OK button & Cancel button. The Alert text…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
-1
votes
1 answer

I am trying to use selenium in Capybara to locally test the rails app. I am using rake to start the task, but it gives following error

unable to connect to Mozilla geckodriver 127.0.0.1:4444 (Selenium::WebDriver::Error::WebDriverError)
-2
votes
2 answers

How to deal with a website blocking logins from selenium webdriver?

I'm trying to login to a website, but it seems to be blocking me based solely off of me using selenium to login. The code I am using is below, but I am sure that the problem isn't with the code as the login fails even if I open the selenium browser…
-2
votes
1 answer

How to click the specific button with Selenium and Python?

Iam trying to find and click on this button. But i always face with "Message: Unable to locate element:" I try this options, but its doesnt help me: First: driver.find_element_by_xpath('//button[contains(text(), "CLAIM NOW!")]').click() Second:…
-2
votes
1 answer

Selemium Webdriver: Loop not working

While running the code def extract(): driver = webdriver.Firefox() driver.get('http://example.com/') while True: elm = driver.find_element_by_link_text(">>").click() elm.click() if __name__ == '__main__': …
Sumithran
  • 6,217
  • 4
  • 40
  • 54
-2
votes
1 answer

Cannot edit embedded Google Calendar when opening browser with geckodriver

So I am making a Magic Mirror for my CPS class, and I made it so it will have multiple displays using browser tabs in fullscreen mode. For one of the displays, I wanted to have the embedded Google Calendar scaled to fit my 27 inch monitor (which…
-2
votes
3 answers

Selenium "'geckodriver' executable needs to be in PATH" error

I do not know how to use the Terminal. I am using Mac. I do not know why some of the commands ask me to use sudo, some of them don't. Neither of them works. I know I have to download the gecko driver. I have done it. But what now? How do I put the…
-2
votes
1 answer

Gecko Driver gives error cannot run binary file

I am getting the error "cannot execute binary file" Used gecko driver 19.0, selenium 3.6, Firefox 56 Here is my program and output:
Megha Gupta
  • 1
  • 1
  • 1
-2
votes
1 answer

loading web page on firefox browser with extensions using selenium in java

I am working with Java and selenium webdriver to automate some functions with a loaded web page in Firefox.Not only, I need to restrict javaScript on the web page. To do that I use "noscript_security_suite-5.0.2-fx+sm.xpi" extension on the FireFox…
-2
votes
1 answer

Error in Selenium Webdriver

Now, I am started to learn Selenium WebDriver.I have got the following error. Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more…
Aarthi
  • 505
  • 1
  • 4
  • 10
-2
votes
1 answer

Selenium firefox webdriver opening skype extension website as a default tab. Tried updating the driver and browser

Selenium firefox webdriver opening skype extension website as a default tab. gecko driver version -geckodriver-v0.14.0,Firefox version -52.0.2 and in control panel i cannot see any skype installtion.Skype link which is opening in new tab while…
1 2 3
96
97