Uses of Class
net.serenitybdd.screenplay.abilities.BrowseTheWeb
-
Packages that use BrowseTheWeb Package Description net.serenitybdd.screenplay.abilities 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.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(Function<BrowseTheWeb,T> questionToAsk)
-