class Playwright::APIResponse

def status_text

Contains the status text of the response (e.g. usually an "OK" for a success).
def status_text
  wrap_impl(@impl.status_text)
end