Page.url() method

The page’s URL.

Signature

class Page {
  url(): string;
}

Returns:

string

Remarks

Shortcut for page.mainFrame().url().