# File lib/selenium/webdriver/common/touch_action_builder.rb, line 57
      def move(x, y = nil)
        @actions << [:touch_screen, :move, [x, y]]
        self
      end