class Playwright::Browser

def connected?

Indicates that the browser is connected.
def connected?
  wrap_impl(@impl.connected?)
end