Method: Selenium::WebDriver::Keyboard#initialize

Defined in:
lib/selenium/webdriver/common/keyboard.rb

#initialize(bridge) ⇒ Keyboard

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Keyboard.



7
8
9
# File 'lib/selenium/webdriver/common/keyboard.rb', line 7

def initialize(bridge)
  @bridge = bridge
end