Skip to main content
Version: Next

Page.windowId() method

Returns the page's window id.

Signature

class Page {
abstract windowId(): Promise<WindowId>;
}

Returns:

Promise<WindowId>