servo: Merge #10410 - Update webdriver (from Ms2ger:update-webdriver); r=jdm
Source-Repo: https://github.com/servo/servo Source-Revision: 35fbcbe9a8cc6bf23debf6d84bdeb7c37f436741
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user