Skip to main content
Version: 24.33.0

Page.windowId() method

Returns the page's window id.

Signature

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

Returns:

Promise<WindowId>