class Playwright::APIResponse

def url

Contains the URL of the response.
def url
  wrap_impl(@impl.url)
end