Package com.microsoft.playwright
Class Playwright.CreateOptions
- java.lang.Object
-
- com.microsoft.playwright.Playwright.CreateOptions
-
- Enclosing interface:
- Playwright
public static class Playwright.CreateOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Playwright.CreateOptionssetEnv(Map<String,String> env)Additional environment variables that will be passed to the driver process.
-
-
-
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.
-
-