Class GetSelected

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

public class GetSelected
extends AbstractSubCommand<Object>
An implementation of the "getSelected(Labels?|Values?|Index(es)?|Ids?)".
  • Constructor Details

    • GetSelected

      public GetSelected​(GetSelected.Type type, boolean isMultiple)
      Constructor.
      Parameters:
      type - type.
      isMultiple - multiple selected.
  • Method Details