Package com.codeborne.selenide.commands
Class GetSelectedOptions
java.lang.Object
com.codeborne.selenide.commands.GetSelectedOptions
- All Implemented Interfaces:
Command<ElementsCollection>
@ParametersAreNonnullByDefault
public class GetSelectedOptions
extends Object
implements Command<ElementsCollection>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement proxy, WebElementSource selectElement, Object[] args)
-
Constructor Details
-
GetSelectedOptions
public GetSelectedOptions()
-
-
Method Details
-
execute
public ElementsCollection execute(SelenideElement proxy, WebElementSource selectElement, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<ElementsCollection>
-