# File lib/selenium/client/idiomatic.rb, line 148
      def click(locator, options={})
        remote_control_command "click", [locator,]
        wait_for options
      end