Uses of Class
com.microsoft.playwright.Playwright.CreateOptions
-
Packages that use Playwright.CreateOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.util.Map<java.lang.String,java.lang.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.impl
Methods in com.microsoft.playwright.impl with parameters of type Playwright.CreateOptions Modifier and Type Method Description static PlaywrightImplPlaywrightImpl. create(Playwright.CreateOptions options)static PlaywrightImplPlaywrightImpl. createImpl(Playwright.CreateOptions options, boolean forceNewDriverInstanceForTests)
-