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