Questions tagged [firefox-marionette]

Marionette is a remote-control for Firefox and other Mozilla products. It is similar to Selenium.

Marionette is an automation driver for Mozilla's Gecko engine. It can remotely control either the UI or the internal JavaScript of a Gecko platform, such as Firefox or Firefox OS. It can control both the chrome (i.e. menus and functions) or the content (the webpage loaded inside the browsing context), giving a high level of control and ability to replicate user actions. In addition to performing actions on the browser, Marionette can also read the properties and attributes of the DOM.

104 questions
1
vote
1 answer

firefox sdk, marionette: Asserting that item is present in context menu

I'm developping a basic firefox addon and I would like to test if a certain item is present in a context menu (displayed after a right click anywhere on the page). I've seen that I could use marionette and selenium-webdriver but I can't find a way…
1
vote
2 answers

C#: Selecting Dropdown Items with Marionette Driver

I am using Selenium Webdriver with C# bindings and trying to switch from the old FirefoxDriver (pre-FF 47) to the new Marionette driver (FF47 and above) and it's working great after some teething problems that seemed to be fixed with the release of…
Mike Kiewicz
  • 83
  • 1
  • 11
1
vote
1 answer

Selenium in Python: Selecting an Option

I am having no luck selecting an option from a