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