Class: Playwright::InputType

Inherits:
Object
  • Object
show all
Defined in:
lib/playwright/input_type.rb

Instance Method Summary collapse

Constructor Details

#initialize(channel) ⇒ InputType

Returns a new instance of InputType.



3
4
5
# File 'lib/playwright/input_type.rb', line 3

def initialize(channel)
  @channel = channel
end