Uses of Class
net.serenitybdd.screenplay.playwright.abilities.BrowseTheWebWithPlaywright
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.playwright.abilities |
-
Uses of BrowseTheWebWithPlaywright in net.serenitybdd.screenplay.playwright.abilities
Methods in net.serenitybdd.screenplay.playwright.abilities that return BrowseTheWebWithPlaywright Modifier and Type Method Description static BrowseTheWebWithPlaywrightBrowseTheWebWithPlaywright. as(Actor actor)static BrowseTheWebWithPlaywrightBrowseTheWebWithPlaywright. usingTheDefaultConfiguration()Create a new Playwright ability using default configuration values.BrowseTheWebWithPlaywrightBrowseTheWebWithPlaywright. withBrowserType(java.lang.String browserType)BrowseTheWebWithPlaywrightBrowseTheWebWithPlaywright. withHeadlessMode(java.lang.Boolean headless)static BrowseTheWebWithPlaywrightBrowseTheWebWithPlaywright. withOptions(com.microsoft.playwright.BrowserType.LaunchOptions options)