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