class Playwright::Response

def frame

Returns the `Frame` that initiated this response.
def frame
  wrap_impl(@impl.frame)
end