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