class Playwright::APIResponse

def ok?

@nodoc
def ok?
  wrap_impl(@impl.ok?)
end