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 Object
implements Command<SelenideElement>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement proxy, WebElementSource locator, Object[] args)
-
Constructor Details
-
Should
public Should() -
Should
-
-
Method Details
-
execute
@Nonnull public SelenideElement execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
-