Method: Selenium::WebDriver::Mouse#initialize
- Defined in:
- lib/selenium/webdriver/common/mouse.rb
permalink #initialize(bridge) ⇒ Mouse
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 Mouse.
7 8 9 |
# File 'lib/selenium/webdriver/common/mouse.rb', line 7 def initialize(bridge) @bridge = bridge end |