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 Details

    • IsNativeAlertPresent

      public IsNativeAlertPresent()
  • Method Details

    • execute

      public Boolean execute​(Context context, String... args)
      Description copied from interface: ISubCommand
      Execute sub command.
      Parameters:
      context - Selenese Runner context.
      args - arguments.
      Returns:
      sub command result.