class Playwright::APIResponse

def status

Contains the status code of the response (e.g., 200 for a success).
def status
  wrap_impl(@impl.status)
end