* feat: expose the page getter on Frame Closes #8654 * test: add a test
Signature:
class Frame { page(): Page; }
Returns:
Page
a page associated with the frame.