4个版本

使用旧Rust 2015

0.7.1 2016年4月27日
0.7.0 2016年4月8日
0.6.2 2016年1月20日
0.6.1 2016年1月19日

#25 in #web-driver

MPL-2.0 许可证

61KB
1.5K SLoC

包含 (压缩文件, 1KB) src/tests/profile.zip

Wires 构建状态

WebDriver <-> Marionette代理

构建项目

rust-lang.org 下载rust

要为发布构建项目

cargo build --no-default-features --release

如果您想构建调试版本,只需使用

cargo build --no-default-features

由于依赖项的编译方式,需要在Windows上使用 --no-default-features 参数进行编译。

使用方法

要使用wires,请按照MDN上的步骤进行操作 MDN 或您可以使用以下步骤并使用cURL客户端。

cargo run [options] [--] [<args>...]

例如,您可以为Firefox指定二进制路径并运行代理

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

依赖项

~11MB
~237K SLoC