Class IsNativeAlertPresent
java.lang.Object
jp.vmi.selenium.selenese.subcommand.AbstractSubCommand<Boolean>
jp.vmi.selenium.selenese.subcommand.IsNativeAlertPresent
- All Implemented Interfaces:
ArgumentInfo,ISubCommand<Boolean>
public class IsNativeAlertPresent extends AbstractSubCommand<Boolean>
"isNativeAlertPresent".
-
Constructor Summary
Constructors Constructor Description IsNativeAlertPresent() -
Method Summary
Methods inherited from class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
getArgumentTypes, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jp.vmi.selenium.selenese.ArgumentInfo
getArgumentCount
-
Constructor Details
-
IsNativeAlertPresent
public IsNativeAlertPresent()
-
-
Method Details
-
execute
Description copied from interface:ISubCommandExecute sub command.- Parameters:
context- Selenese Runner context.args- arguments.- Returns:
- sub command result.
-