# File lib/selenium/client/legacy_driver.rb, line 1631
        def attach_file(fieldLocator,fileLocator)
            remote_control_command("attachFile", [fieldLocator,fileLocator,])
        end