Class GetValue

All Implemented Interfaces:
ArgumentInfo, ISubCommand<String>

public class GetValue
extends AbstractSubCommand<String>
Re-implementation of GetValue.
  • Constructor Details

    • GetValue

      public GetValue()
      Constructor.
  • Method Details

    • execute

      public 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.