class Playwright::CDPSession

def detach

send messages.
Detaches the CDPSession from the target. Once detached, the CDPSession object won't emit any events and can't be used to
def detach
  wrap_impl(@impl.detach)
end