public class WaitForPageToLoad extends SeleneseCommand<Void>
Constructor and Description |
---|
WaitForPageToLoad() |
Modifier and Type | Method and Description |
---|---|
Wait |
getLengthCheckingWait(org.openqa.selenium.WebDriver driver) |
protected Void |
handleSeleneseCommand(org.openqa.selenium.WebDriver driver,
String timeout,
String ignored) |
void |
setTimeToWait(int timeToWait)
Overrides the default time to wait (in milliseconds) after a page has finished loading.
|
apply, getTimeout, setDefaultTimeout
public void setTimeToWait(int timeToWait)
timeToWait
- the time to wait, in milliseconds, after the page has finished loadingprotected Void handleSeleneseCommand(org.openqa.selenium.WebDriver driver, String timeout, String ignored)
handleSeleneseCommand
in class SeleneseCommand<Void>
public Wait getLengthCheckingWait(org.openqa.selenium.WebDriver driver)
Copyright © 2016. All rights reserved.