# File lib/selenium/webdriver/common/touch_action_builder.rb, line 9 def initialize(mouse, keyboard, touch_screen) super(mouse, keyboard) @devices[:touch_screen] = touch_screen end