puppeteer/docs/api/puppeteer.frame.url.md
2022-07-05 15:41:43 +02:00

163 B

sidebar_label
Frame.url

Frame.url() method

Signature:

class Frame {
  url(): string;
}

Returns:

string

the frame's URL.