Frame.page() method

The page associated with the frame.

Signature

class Frame {
  abstract page(): Page;
}

Returns:

Page