Package-level declarations
Types
Link copied to clipboard
Custom Page implementation to add convenience functions to the standard Playwright model
Link copied to clipboard
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