# File lib/selenium/client/legacy_driver.rb, line 472 472: def uncheck(locator) 473: remote_control_command("uncheck", [locator,]) 474: end