Frame.title() method

The frame’s title.

Signature

class Frame {
  title(): Promise<string>;
}

Returns:

Promise<string>