Skip to content

Commit

Permalink
geckodriver: Merge pull request mozilla#8 from vladikoff/docs
Browse files Browse the repository at this point in the history
add some documentation

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8bb391c28b613c7b8327d0978898c832bbd4da50

committer: vladikoff <vlad.filippov@gmail.com>
  • Loading branch information
vladikoff committed Aug 12, 2015
1 parent 9d2939c commit 667e525
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions testing/geckodriver/README.md
Original file line number Diff line number Diff line change
@@ -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] [--] [<args>...]
```

For example, you can specify a binary path to Firefox and run the proxy:

```
cargo run -b /Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin
```

0 comments on commit 667e525

Please sign in to comment.