Frame.url() method

The frame’s URL.

Signature

class Frame {
  abstract url(): string;
}

Returns:

string