# File lib/selenium/webdriver/common/mouse.rb, line 31
      def up(element = nil)
        move_if_needed element
        @bridge.mouseUp
      end