Implement timeout for url load from WebDriver.

This commit is contained in:
James Graham 2015-06-17 00:25:23 +01:00
parent ee22ae2635
commit 22c06307b8
4 changed files with 23 additions and 11 deletions

View file

@ -53,4 +53,7 @@ impl ToJson for WebDriverJSValue {
}
}
pub struct LoadComplete;
pub enum LoadStatus {
LoadComplete,
LoadTimeout
}