geckodriver/README.md

27 строки
398 B
Markdown
Исходник Обычный вид История

2015-08-12 06:36:50 +03:00
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:
```
2015-08-20 18:30:22 +03:00
cargo run -- -b /Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin
2015-08-12 06:36:50 +03:00
```