Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 334 Bytes

puppeteer.browser.useragent.md

File metadata and controls

19 lines (13 loc) · 334 Bytes
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>