Class IsCookiePresent

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

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

    • IsCookiePresent

      public IsCookiePresent()
      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.