webdriver_client 0.2.5

WebDriver client library
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -ex

CRATE_DIR=$( cd $(dirname ${BASH_SOURCE[0]})/..; pwd )

TC=stable

rustup toolchain update ${TC};
cargo +${TC} publish --verbose --manifest-path ${CRATE_DIR}/Cargo.toml;