Exception: Puppeteer::ElementHandle::ElementNotVisibleError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/puppeteer/element_handle.rb

Instance Method Summary collapse

Constructor Details

#initializeElementNotVisibleError

Returns a new instance of ElementNotVisibleError.



202
203
204
# File 'lib/puppeteer/element_handle.rb', line 202

def initialize
  super("Node is either not visible or not an HTMLElement")
end