Class Playwright.CreateOptions

java.lang.Object
com.microsoft.playwright.Playwright.CreateOptions
Enclosing interface:
Playwright

public static class Playwright.CreateOptions extends Object
  • Field Details

    • env

      public Map<String,String> env
      Additional environment variables that will be passed to the driver process. By default driver process inherits environment variables of the Playwright process.
  • Constructor Details

    • CreateOptions

      public CreateOptions()
  • Method Details

    • setEnv

      public Playwright.CreateOptions setEnv(Map<String,String> env)
      Additional environment variables that will be passed to the driver process. By default driver process inherits environment variables of the Playwright process.