LaunchPlaywrightBrowser
class LaunchPlaywrightBrowser @JvmOverloads constructor(http: HttpHandler, browserType: Playwright.() -> BrowserType = Playwright::chromium, launchOptions: BrowserType.LaunchOptions = LaunchOptions(), createPlaywright: () -> Playwright = ::create, serverFn: (Int) -> ServerConfig = ::SunHttp) : ParameterResolver, BeforeTestExecutionCallback, AfterTestExecutionCallback
Constructors
Link copied to clipboard
constructor(http: HttpHandler, browserType: Playwright.() -> BrowserType = Playwright::chromium, launchOptions: BrowserType.LaunchOptions = LaunchOptions(), createPlaywright: () -> Playwright = ::create, serverFn: (Int) -> ServerConfig = ::SunHttp)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@API(status = API.Status.EXPERIMENTAL, since = "5.12")
Link copied to clipboard
Link copied to clipboard