Skip to content

Use of Firefox Marionette for controlling browser to do automated testing

Notifications You must be signed in to change notification settings

YS8610/FirefoxMarionette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Browser Automation using Firefox, Marionette an Python

Installation

You will need to install marionette driver.
pip install marionette-driver

You will also need to install the Firefox developer edition
https://www.mozilla.org/en-US/firefox/developer/

Setting up Firefox developer edition Browser

You need create a shortcut target the path as below
<path to browser> -marionette

Type about:config in the browser address path and ensure that you have a setting marionette.port set at 2828. If it is missing, then you have to create that setting.

Running the script

You will need to open up Firefox developer edition browser first with the flag -marionette. After that, you can start to run the script

About

Use of Firefox Marionette for controlling browser to do automated testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages