ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
339 B
339 B
sidebar_label |
---|
Browser.newPage |
Browser.newPage() method
Creates a new page in the default browser context.
Signature:
class Browser {
abstract newPage(): Promise<Page>;
}
Returns:
Promise<Page>