# File lib/selenium/webdriver/common/keyboard.rb, line 36 def release(key) assert_modifier key @bridge.sendKeysToActiveElement Keys.encode([key]) end