Class BrowseTheWebWithPlaywright

java.lang.Object
net.serenitybdd.screenplay.playwright.abilities.BrowseTheWebWithPlaywright
All Implemented Interfaces:
Ability, RefersToActor

public class BrowseTheWebWithPlaywright
extends java.lang.Object
implements Ability, RefersToActor
This ability wraps the Playwright Browser object. The following options can be used to configure the Chrome instance: - webdriver.chrome.binary: path to the chrome binary -
  • Constructor Details

    • BrowseTheWebWithPlaywright

      protected BrowseTheWebWithPlaywright​(EnvironmentVariables environmentVariables)
    • BrowseTheWebWithPlaywright

      protected BrowseTheWebWithPlaywright​(EnvironmentVariables environmentVariables, com.microsoft.playwright.BrowserType.LaunchOptions options)
    • BrowseTheWebWithPlaywright

      protected BrowseTheWebWithPlaywright​(EnvironmentVariables environmentVariables, com.microsoft.playwright.BrowserType.LaunchOptions options, java.lang.String browserType)
  • Method Details