# File lib/selenium/client/legacy_driver.rb, line 1343
1343:         def assign_id(locator,identifier)
1344:             remote_control_command("assignId", [locator,identifier,])
1345:         end