Package com.codeborne.selenide.commands
Class Execute<ReturnType>
java.lang.Object
com.codeborne.selenide.commands.Execute<ReturnType>
- All Implemented Interfaces:
Command<ReturnType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable ReturnType
execute
(SelenideElement proxy, WebElementSource locator, Object @Nullable [] args)
-
Constructor Details
-
Execute
public Execute()
-
-
Method Details
-
execute
@CanIgnoreReturnValue public @Nullable ReturnType execute(SelenideElement proxy, WebElementSource locator, Object @Nullable [] args) - Specified by:
execute
in interfaceCommand<ReturnType>
-