Uses of Class
net.serenitybdd.screenplay.abilities.BrowseTheWeb
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.abilities | |
| net.serenitybdd.screenplay.actions | |
| net.serenitybdd.screenplay.questions |
-
Uses of BrowseTheWeb in net.serenitybdd.screenplay.abilities
Subclasses of BrowseTheWeb in net.serenitybdd.screenplay.abilities Modifier and Type Class Description classBrowsingTheWebA synonyme for the BrowseTheWeb ability,Methods in net.serenitybdd.screenplay.abilities that return BrowseTheWeb Modifier and Type Method Description static BrowseTheWebBrowseTheWeb. as(Actor actor)static BrowseTheWebBrowseTheWeb. with(org.openqa.selenium.WebDriver browser) -
Uses of BrowseTheWeb in net.serenitybdd.screenplay.actions
Method parameters in net.serenitybdd.screenplay.actions with type arguments of type BrowseTheWeb Modifier and Type Method Description static InTheBrowserInTheBrowser. perform(java.util.function.Consumer<BrowseTheWeb> action)Constructor parameters in net.serenitybdd.screenplay.actions with type arguments of type BrowseTheWeb Constructor Description InTheBrowser(java.util.function.Consumer<BrowseTheWeb> action) -
Uses of BrowseTheWeb in net.serenitybdd.screenplay.questions
Method parameters in net.serenitybdd.screenplay.questions with type arguments of type BrowseTheWeb Modifier and Type Method Description <T> Question<T>WebDriverQuestion.UIInteractionQuestionBuilder. answeredBy(java.util.function.Function<BrowseTheWeb,T> questionToAsk)