Class IsElementPresent

java.lang.Object
jp.vmi.selenium.selenese.subcommand.AbstractSubCommand<Boolean>
jp.vmi.selenium.selenese.subcommand.IsElementPresent
All Implemented Interfaces:
ArgumentInfo, ISubCommand<Boolean>

public class IsElementPresent
extends AbstractSubCommand<Boolean>
Re-implementation of IsElementPresent.
  • Constructor Details

    • IsElementPresent

      public IsElementPresent()
      Constructor.
  • 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.