class Playwright::RootChannelOwner

Public Class Methods

new(connection) click to toggle source

@param connection [Playwright::Connection]

Calls superclass method Playwright::ChannelOwner::new
# File lib/playwright/channel_owner.rb, line 79
def initialize(connection)
  super(connection, '', '', {})
end