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

163 B

sidebar_label
Frame.url

Frame.url() method

Signature:

class Frame {
  url(): string;
}

Returns:

string

the frame's URL.