class Playwright::APIResponse

def ok

Contains a boolean stating whether the response was successful (status in the range 200-299) or not.
def ok
  wrap_impl(@impl.ok)
end