Exception: ImplicitWaitManager::PageNotLoadedException
- Inherits:
-
StandardError
- Object
- StandardError
- ImplicitWaitManager::PageNotLoadedException
- Defined in:
- lib/implicit-wait-manager.rb
Overview
An exception to be thrown when an element was not found in the given amount of time.
Instance Method Summary collapse
-
#initialize(message) ⇒ PageNotLoadedException
constructor
A new instance of PageNotLoadedException.
Constructor Details
#initialize(message) ⇒ PageNotLoadedException
Returns a new instance of PageNotLoadedException.
6 7 8 |
# File 'lib/implicit-wait-manager.rb', line 6 def initialize super end |