Package jp.vmi.selenium.selenese.command
Class WaitForPageToLoad
- java.lang.Object
-
- jp.vmi.selenium.selenese.command.AbstractCommand
-
- jp.vmi.selenium.selenese.command.WaitForPageToLoad
-
- All Implemented Interfaces:
ArgumentInfo,ICommand
public class WaitForPageToLoad extends AbstractCommand
Re-implementation of "waitForPageToLoad".
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Resultexecute(Context context, long timeout)Wait for page to load.protected ResultexecuteImpl(Context context, String... curArgs)booleanmayUpdateScreen()May the command update screen?-
Methods inherited from class jp.vmi.selenium.selenese.command.AbstractCommand
addScreenshot, convertLocators, execute, extractLocators, getArguments, getBlockStart, getIndex, getName, getResult, getScreenshots, getSource, getStartLoop, getVariableResolvedArguments, setBlockStart, setSideCommand, setStartLoop, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jp.vmi.selenium.selenese.ArgumentInfo
getArgumentCount
-
Methods inherited from interface jp.vmi.selenium.selenese.command.ICommand
isNativeAlertHandler
-
-
-
-
Method Detail
-
mayUpdateScreen
public boolean mayUpdateScreen()
Description copied from interface:ICommandMay the command update screen?- Specified by:
mayUpdateScreenin interfaceICommand- Overrides:
mayUpdateScreenin classAbstractCommand- Returns:
- true if the command may update screen.
-
executeImpl
protected Result executeImpl(Context context, String... curArgs)
- Specified by:
executeImplin classAbstractCommand
-
-