puppeteer/docs/api/puppeteer.browser.useragent.md
2022-07-01 11:52:39 +00:00

333 B

sidebar_label
Browser.userAgent

Browser.userAgent() method

The browser's original user agent. Pages can override the browser user agent with Page.setUserAgent().

Signature:

class Browser {
  userAgent(): Promise<string>;
}

Returns:

Promise<string>