# File lib/selenium/webdriver/remote/bridge.rb, line 134 def setAlertValue(keys) execute :setAlertValue, {}, :text => keys.to_s end