Uses of Class
net.serenitybdd.screenplay.playwright.abilities.BrowseTheWebWithPlaywright
-
Packages that use 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(String browserType)BrowseTheWebWithPlaywrightBrowseTheWebWithPlaywright. withHeadlessMode(Boolean headless)static BrowseTheWebWithPlaywrightBrowseTheWebWithPlaywright. withOptions(com.microsoft.playwright.BrowserType.LaunchOptions options)
-