| Package | Description |
|---|---|
| net.serenitybdd.screenplay.abilities | |
| net.serenitybdd.screenplay.actions | |
| net.serenitybdd.screenplay.questions |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowsingTheWeb
A synonyme for the BrowseTheWeb ability,
|
| Modifier and Type | Method and Description |
|---|---|
static BrowseTheWeb |
BrowseTheWeb.as(Actor actor) |
static BrowseTheWeb |
BrowseTheWeb.with(org.openqa.selenium.WebDriver browser) |
| Modifier and Type | Method and Description |
|---|---|
static InTheBrowser |
InTheBrowser.perform(Consumer<BrowseTheWeb> action) |
| Constructor and Description |
|---|
InTheBrowser(Consumer<BrowseTheWeb> action) |
| Modifier and Type | Method and Description |
|---|---|
<T> Question<T> |
WebDriverQuestion.UIInteractionQuestionBuilder.answeredBy(Function<BrowseTheWeb,T> questionToAsk) |
Copyright © 2021. All rights reserved.