class Playwright::Page

def opener

Returns the opener for popup pages and `null` for others. If the opener has been closed already the returns `null`.
def opener
  wrap_impl(@impl.opener)
end