Uses of Class
com.microsoft.playwright.Playwright.CreateOptions
-
Packages that use Playwright.CreateOptions Package Description com.microsoft.playwright com.microsoft.playwright.junit -
-
Uses of Playwright.CreateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Playwright.CreateOptions Modifier and Type Method Description Playwright.CreateOptionsPlaywright.CreateOptions. setEnv(Map<String,String> env)Additional environment variables that will be passed to the driver process.Methods in com.microsoft.playwright with parameters of type Playwright.CreateOptions Modifier and Type Method Description static PlaywrightPlaywright. create(Playwright.CreateOptions options)Launches new Playwright driver process and connects to it. -
Uses of Playwright.CreateOptions in com.microsoft.playwright.junit
Fields in com.microsoft.playwright.junit declared as Playwright.CreateOptions Modifier and Type Field Description Playwright.CreateOptionsOptions. playwrightCreateOptionsMethods in com.microsoft.playwright.junit with parameters of type Playwright.CreateOptions Modifier and Type Method Description OptionsOptions. setPlaywrightCreateOptions(Playwright.CreateOptions playwrightCreateOptions)
-