mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Add script execution support via WebDriver
This commit is contained in:
parent
1b08211a5e
commit
c2fc6e311a
19 changed files with 223 additions and 18 deletions
|
@ -13,10 +13,13 @@ path = "../msg"
|
|||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
[dependencies.webdriver_traits]
|
||||
path = "../webdriver_traits"
|
||||
|
||||
[dependencies.webdriver]
|
||||
git = "https://github.com/jgraham/webdriver-rust.git"
|
||||
|
||||
[dependencies]
|
||||
rustc-serialize="0.3.4"
|
||||
rustc-serialize = "0.3.4"
|
||||
url = "0.2.16"
|
||||
uuid = "0.1.11"
|
Loading…
Add table
Add a link
Reference in a new issue