Package com.microsoft.playwright
Class Playwright.CreateOptions
java.lang.Object
com.microsoft.playwright.Playwright.CreateOptions
- Enclosing interface:
Playwright
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdditional environment variables that will be passed to the driver process.
-
Field Details
-
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
Additional environment variables that will be passed to the driver process. By default driver process inherits environment variables of the Playwright process.
-