Exception: AutomationObject::Driver::NokogiriAdapter::UnableToNavigateBackward
- Inherits:
-
WebDriverError
- Object
- StandardError
- WebDriverError
- AutomationObject::Driver::NokogiriAdapter::UnableToNavigateBackward
- Defined in:
- lib/automation_object/driver/nokogiri_adapter/error.rb
Overview
Can't navigate backward
Instance Method Summary collapse
-
#initialize(message = 'Cannot navigate backward') ⇒ UnableToNavigateBackward
constructor
A new instance of UnableToNavigateBackward.
Constructor Details
#initialize(message = 'Cannot navigate backward') ⇒ UnableToNavigateBackward
Returns a new instance of UnableToNavigateBackward
33 34 35 |
# File 'lib/automation_object/driver/nokogiri_adapter/error.rb', line 33 def initialize( = 'Cannot navigate backward') super end |