Exception: ImplicitWaitManager::PageNotLoadedException

Inherits:
StandardError
  • Object
show all
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

Constructor Details

#initialize(message) ⇒ PageNotLoadedException

Returns a new instance of PageNotLoadedException.



6
7
8
# File 'lib/implicit-wait-manager.rb', line 6

def initialize message
  super message
end