Questions tagged as 'geckodriver'

1
answer

When you finish the script with "Ctrl + C" (KeyboardInterrupt) it does not close Selenium or Firefox

I'm using selenium to handle a page, while running the script it opens firefox, but what I wanted to do is the following, if any problem occurs in the script or if the user terminates, I want the firefox to close as well. I tried several thin...
asked by 28.09.2017 / 18:27
0
answers

Problems using the Selenium module with Firefox

I'm using: Debian version 9.6 Python 2.7 Selenium 3.141.0 Firefox 60.3.0 I'm trying to learn how to use Selenium with Python but I have not been able to do anything yet. It always gives some error, I corrected as I found the solutio...
asked by 10.12.2018 / 17:19
1
answer

How to leave the geckodriver fit for selenium use?

In Python 3 and Ubuntu, I want to run a test with selenium: from selenium import webdriver from selenium.webdriver.firefox.firefox_binary import FirefoxBinary from time import sleep binary = FirefoxBinary('/usr/lib/firefox/firefox') ff = web...
asked by 18.04.2018 / 18:16
1
answer

How do I get past the Firefox Unsafe Connection alert page with GeckoDriver?

How to go through the certificate error (insecure connection) screen with the WebDriver GeckoDriver for Firefox? I'm tapping on a URL that displays this alert. I've already added in the browser exceptions, but the problem continues. If you...
asked by 16.03.2017 / 21:14