@api private
aliased for backwards compatibility
# File lib/selenium/webdriver/common/error.rb, line 198 def for_code(code) return if [nil, 0].include? code Errors[code - 1] || WebDriverError end
[Validate]
Generated with the Darkfish Rdoc Generator 2.