class Playwright::Response

def finished

Waits for this response to finish, returns always `null`.
def finished
  wrap_impl(@impl.finished)
end