class Playwright::Browser

def unbind

Unbinds the browser server previously bound with [`method: Browser.bind`].
def unbind
  wrap_impl(@impl.unbind)
end