Method: Selenium::WebDriver::Logger#error
- Defined in:
- lib/selenium/webdriver/common/logger.rb
permalink #error(message, id: []) { ... } ⇒ Object
Used to supply information that suggests an error occurred
140 141 142 |
# File 'lib/selenium/webdriver/common/logger.rb', line 140 def error(, id: [], &block) discard_or_log(:error, , id, &block) end |