Questions tagged [selenium-firefoxdriver]

Selenium FirefoxDriver is a WebDriver implementation that controls the Firefox browser using a Firefox plugin.

Firefox driver is included in the selenium-server-stanalone.jar available in the downloads. The driver comes in the form of an xpi (firefox extension) which is added to the firefox profile when you start a new instance of FirefoxDriver.

Pros

  • Runs in a real browser and supports Javascript
  • Faster than the InternetExplorerDriver

Cons

  • Slower than the HtmlUnitDriver.

References:

1025 questions
4
votes
1 answer

How do you add a profile specification to a FirefoxDriverService in C# Selenium?

Context: Azure, C#, ClearScript, Selenium, Firefox I'm exposing Selenium's Firefox symbols into a ClearScript JavaScript environment. In the following JavaScript code, the symbols exposed/exported from C# are prefixed with CS. //…
bugmagnet
  • 7,631
  • 8
  • 69
  • 131
4
votes
2 answers

How do I force Firefox Selenium Webdriver(Python) to accept any SSL certificates

I'm trying to fix testing for an internal app and I don't care about security at the moment (I just want it to work). It's giving me SSL warnings which breaks the testing. Specifically Your connection is not secure/ SEC_ERROR_UNKOWN_ISSUER. I've…
4
votes
1 answer

Configure Capybara to use Marionette WebDriver for Firefox

With Marionette replacing FirefoxDriver, I need to configure my tests to run it. I've downloaded the binary but I can't seem to get my Capybara driver registration configured to actually use Marionette. Capybara.register_driver :selenium_firefox do…
4
votes
3 answers

How to select a drop-down menu option value using Selenium - Python

I need to select an element from the below drop-down menu.