Top "Firefox-marionette" questions

Marionette is a remote-control for Firefox and other Mozilla products.

Difference between webdriver.firefox.marionette & webdriver.gecko.driver

I am now learning Selenium and have met a problem. I am aware that Selenium supported old Firefox version by …

selenium selenium-webdriver selenium-firefoxdriver geckodriver firefox-marionette
Python Set Firefox Preferences for Selenium--Download Location

I use Selenium Marrionette and GeckoDriver to pull web data. I use the following to set my Firefox profile preferences: …

python selenium web-scraping geckodriver firefox-marionette
Selenium install Marionette webdriver

I have this issue with firefox version 47 https://github.com/seleniumhq/selenium/issues/2110 So, i have tried to add Marionette …

python selenium firefox firefox-marionette
c# Selenium 2.53 moving to marionette driver after firefox upgrade to 47

I am trying to move into the upgraded firefox web browser automation using selenium. It seems that selenium needs marionette …

c# selenium firefox firefox-marionette
Taking a whole page screenshot with Selenium Marionette in Python

After the recent Firefox upgrade to version 47 we were forced to install the Marionette extension to keep being able to …

python selenium firefox screenshot firefox-marionette
Selenium Firefox Marionette Driver with .NET C#

I've been using Selenium (http://www.seleniumhq.org/) recently for testing purposes. It randomly stopped working and I believe this …

c# selenium firefox selenium-webdriver firefox-marionette
WebDriverException: Message: Missing 'marionetteProtocol' field in handshake

I'm currently trying to run a robotframework test scripts locally (Ubuntu 12.04 LTS 64 bit). The issue that I faced was not …

selenium-webdriver robotframework selenium-grid firefox-marionette
Is there a way to run Selenium tests on a remote host?

I would like to run the following setup: on host_1, execute some Selenium tests on host_2, run Firefox (On host_1 …

java selenium selenium-webdriver geckodriver firefox-marionette