# File lib/webrat/selenium/selenium_session.rb, line 145 def key_down(field_identifier, key_code) locator = "webrat=#{Regexp.escape(field_identifier)}" selenium.key_down(locator, key_code) end