public static class Playwright.CreateOptions extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,String> |
env
Additional environment variables that will be passed to the driver process.
|
Constructor and Description |
---|
CreateOptions() |
Modifier and Type | Method and Description |
---|---|
Playwright.CreateOptions |
setEnv(Map<String,String> env)
Additional environment variables that will be passed to the driver process.
|
public Playwright.CreateOptions setEnv(Map<String,String> env)
Copyright © 2021. All rights reserved.