Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 382 Bytes

puppeteer.browser.useragent.md

File metadata and controls

21 lines (14 loc) · 382 Bytes
sidebar_label
Browser.userAgent

Browser.userAgent() method

Gets this browser's original user agent.

Pages can override the user agent with Page.setUserAgent().

Signature:

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

Returns:

Promise<string>