gecko-dev/testing/webdriver
Andreas Tolfsen 61d157315c webdriver: error: enable custom stacktraces in WebDriverError
With the new constructor WebDriverError::new_with_stack it is possible
for consumers to set their own stacktraces.

Source-Repo: https://github.com/mozilla/webdriver-rust
Source-Revision: 46761f45b0e0fe70ec78acf360c492b800c8a60a

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : subtree_source : http%3A//tristan.corp.lon2.mozilla.com%3A8000
extra : subtree_revision : 05cf0f383c26314b4954e13bdfe5ae53a7985649
2017-04-20 13:55:59 +01:00
..
src webdriver: error: enable custom stacktraces in WebDriverError 2017-04-20 13:55:59 +01:00
.gitignore webdriver: Merge pull request #25 from danlrobertson/nullable 2016-03-27 17:30:04 +01:00
.travis.yml webdriver: Merge pull request #27 from jgraham/travis 2016-04-04 13:04:07 +01:00
Cargo.toml webdriver: cargo: bump version number to 0.25.1 2017-04-18 19:32:03 +01:00
LICENSE webdriver: Update package metadata for release 2015-04-09 16:20:51 +01:00
README.md webdriver: readme: add crates.io badge 2017-02-24 16:39:42 +00:00

webdriver Rust library Crate version Documentation Build status

As of right now this is an implementation for the server side of the WebDriver API in Rust, not the client side.