class Playwright::Worker

def context=(req)

@nodoc
def context=(req)
  wrap_impl(@impl.context=(unwrap_impl(req)))
end