Package jp.vmi.selenium.selenese.command
Class SelectElement
- java.lang.Object
-
- jp.vmi.selenium.selenese.command.SelectElement
-
public class SelectElement extends Object
Select element.
-
-
Field Summary
Fields Modifier and Type Field Description booleanisMultipletrue if "select" element is multiple select box.
-
Constructor Summary
Constructors Constructor Description SelectElement(Context context, String selectLocator)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultselectOptions(String optionLocator, boolean selectOrDeselect)Select or remove the specified options.voidunsetOptions()Unset options if "select" is multiple.
-