Package com.codeborne.selenide.commands
Class SetValue
- java.lang.Object
-
- com.codeborne.selenide.commands.SetValue
-
- All Implemented Interfaces:
Command<SelenideElement>
@ParametersAreNonnullByDefault public class SetValue extends java.lang.Object implements Command<SelenideElement>
-
-
Constructor Summary
Constructors Constructor Description SetValue()SetValue(SelectOptionByValue selectOptionByValue, SelectRadio selectRadio)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelenideElementexecute(SelenideElement proxy, WebElementSource locator, java.lang.Object[] args)
-
-
-
Constructor Detail
-
SetValue
public SetValue()
-
SetValue
public SetValue(SelectOptionByValue selectOptionByValue, SelectRadio selectRadio)
-
-
Method Detail
-
execute
@Nonnull public SelenideElement execute(SelenideElement proxy, WebElementSource locator, @Nullable java.lang.Object[] args)
- Specified by:
executein interfaceCommand<SelenideElement>
-
-