puppeteer/docs/api/puppeteer.browser.useragent.md
2022-07-05 15:41:43 +02: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>