Package jp.vmi.selenium.selenese.command
Class ChooseCancelOnNextNativeAlert
- java.lang.Object
-
- jp.vmi.selenium.selenese.command.AbstractCommand
-
- jp.vmi.selenium.selenese.command.ChooseCancelOnNextNativeAlert
-
- All Implemented Interfaces:
ArgumentInfo,ICommand
public class ChooseCancelOnNextNativeAlert extends AbstractCommand
Command "chooseCancelOnNextNativeAlert".
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ResultexecuteImpl(Context context, String... curArgs)booleanisNativeAlertHandler()Is the command native alert handler?-
Methods inherited from class jp.vmi.selenium.selenese.command.AbstractCommand
addScreenshot, convertLocators, execute, extractLocators, getArguments, getBlockStart, getIndex, getName, getResult, getScreenshots, getSource, getStartLoop, getVariableResolvedArguments, mayUpdateScreen, 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
-
-
-
-
Method Detail
-
isNativeAlertHandler
public boolean isNativeAlertHandler()
Description copied from interface:ICommandIs the command native alert handler?- Returns:
- true if the command is native alert handler.
-
executeImpl
protected Result executeImpl(Context context, String... curArgs)
- Specified by:
executeImplin classAbstractCommand
-
-