Class GetAllWindowNames

java.lang.Object
jp.vmi.selenium.selenese.subcommand.AbstractSubCommand<List<String>>
jp.vmi.selenium.selenese.subcommand.GetAllWindowNames
All Implemented Interfaces:
ArgumentInfo, ISubCommand<List<String>>

public class GetAllWindowNames
extends AbstractSubCommand<List<String>>
"getAllWindowNames".
  • Constructor Details

    • GetAllWindowNames

      public GetAllWindowNames()
      Constructor.
  • Method Details

    • execute

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