Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 173 Bytes

puppeteer.frame.url.md

File metadata and controls

19 lines (13 loc) · 173 Bytes
sidebar_label
Frame.url

Frame.url() method

The frame's URL.

Signature:

class Frame {
  abstract url(): string;
}

Returns:

string