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 Details

    • isNativeAlertHandler

      public boolean isNativeAlertHandler()
      Description copied from interface: ICommand
      Is the command native alert handler?
      Returns:
      true if the command is native alert handler.
    • executeImpl

      protected Result executeImpl​(Context context, String... curArgs)
      Specified by:
      executeImpl in class AbstractCommand