# File lib/selenium/client/legacy_driver.rb, line 526 526: def add_selection(locator,optionLocator) 527: remote_control_command("addSelection", [locator,optionLocator,]) 528: end