Browser
Namespace: Glutinum.Playwright Parent: Glutinum.Playwright.global
Methods
Creates a new page in a new browser context. Closing this page will close the context as well.
This is a convenience API that should only be used for the single-page scenarios and short snippets. Production code and testing frameworks should explicitly create browser.newContext([options]) followed by the browserContext.newPage() to control their exact life times.
Parametersoptions : options option