class Playwright::APIResponse

def text

Returns the text representation of response body.
def text
  wrap_impl(@impl.text)
end