ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
663 B
663 B
sidebar_label |
---|
Browser.pages |
Browser.pages() method
Gets a list of all open pages inside this Browser.
If there ar multiple browser contexts, this returns all pages in all browser contexts.
Signature:
class Browser {
pages(): Promise<Page[]>;
}
Returns:
Promise<Page[]>
Remarks
Non-visible pages, such as "background_page"
, will not be listed here. You can find them using Target.page().