Class Playwright.CreateOptions

  • Enclosing interface:
    Playwright

    public static class Playwright.CreateOptions
    extends Object
    • Field Detail

      • 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 Detail

      • CreateOptions

        public CreateOptions()
    • Method Detail

      • 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.