Exception: Puppeteer::ElementHandle::ElementNotVisibleError
- Inherits:
-
StandardError
- Object
- StandardError
- Puppeteer::ElementHandle::ElementNotVisibleError
- Defined in:
- lib/puppeteer/element_handle.rb
Instance Method Summary collapse
-
#initialize ⇒ ElementNotVisibleError
constructor
A new instance of ElementNotVisibleError.
Constructor Details
#initialize ⇒ ElementNotVisibleError
Returns a new instance of ElementNotVisibleError.
77 78 79 |
# File 'lib/puppeteer/element_handle.rb', line 77 def initialize super("Node is either not visible or not an HTMLElement") end |