mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update webdriver.
This commit is contained in:
parent
84b30b0641
commit
cc6976d92c
4 changed files with 6 additions and 8 deletions
|
@ -31,4 +31,4 @@ rustc-serialize = "0.3.4"
|
|||
regex = "0.1.55"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
uuid = "0.1"
|
||||
webdriver = "0.7"
|
||||
webdriver = "0.8"
|
||||
|
|
|
@ -602,7 +602,7 @@ impl Handler {
|
|||
"page load" => self.load_timeout = value,
|
||||
"script" => self.script_timeout = value,
|
||||
x => return Err(WebDriverError::new(ErrorStatus::InvalidSelector,
|
||||
&format!("Unknown timeout type {}", x)))
|
||||
format!("Unknown timeout type {}", x)))
|
||||
}
|
||||
Ok(WebDriverResponse::Void)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue