diff --git a/testing/geckodriver/README.md b/testing/geckodriver/README.md new file mode 100644 index 0000000000000..ff3103f7e7f85 --- /dev/null +++ b/testing/geckodriver/README.md @@ -0,0 +1,26 @@ +wires +================ + +> WebDriver <-> Marionette proxy + +## Build Project + +Download rust from [rust-lang.org](https://www.rust-lang.org/) + +To build the project: + +``` +cargo build +``` + +## Usage + +``` +cargo run [options] [--] [...] +``` + +For example, you can specify a binary path to Firefox and run the proxy: + +``` +cargo run -b /Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin +```