Class: Playwright::RootChannelOwner

Inherits:
ChannelOwner show all
Defined in:
lib/playwright/channel_owner.rb

Instance Attribute Summary

Attributes inherited from ChannelOwner

#_api, #channel

Instance Method Summary collapse

Methods inherited from ChannelOwner

from, from_nullable, #inspect, #to_s

Methods included from EventEmitter

#emit, #off, #on, #once

Constructor Details

#initialize(connection) ⇒ RootChannelOwner

Returns a new instance of RootChannelOwner.

Parameters:



95
96
97
# File 'lib/playwright/channel_owner.rb', line 95

def initialize(connection)
  super(connection, '', '', {})
end