Uses of Class
net.serenitybdd.screenplay.abilities.BrowseTheWeb
Packages that use BrowseTheWeb
Package
Description
-
Uses of BrowseTheWeb in net.serenitybdd.screenplay.abilities
Subclasses of BrowseTheWeb in net.serenitybdd.screenplay.abilitiesMethods in net.serenitybdd.screenplay.abilities that return BrowseTheWebModifier and TypeMethodDescriptionstatic BrowseTheWebBrowseTheWeb.as(net.serenitybdd.screenplay.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 BrowseTheWebModifier and TypeMethodDescriptionstatic InTheBrowserInTheBrowser.perform(Consumer<BrowseTheWeb> action) Constructor parameters in net.serenitybdd.screenplay.actions with type arguments of type BrowseTheWeb -
Uses of BrowseTheWeb in net.serenitybdd.screenplay.questions
Method parameters in net.serenitybdd.screenplay.questions with type arguments of type BrowseTheWebModifier and TypeMethodDescription<T> net.serenitybdd.screenplay.Question<T> WebDriverQuestion.UIInteractionQuestionBuilder.answeredBy(Function<BrowseTheWeb, T> questionToAsk)