Exception: Puppeteer::ElementHandle::ElementNotVisibleError

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

Instance Attribute Summary

Attributes inherited from Puppeteer::Error

#cause

Instance Method Summary collapse

Constructor Details

#initializeElementNotVisibleError

Returns a new instance of ElementNotVisibleError.



257
258
259
# File 'lib/puppeteer/element_handle.rb', line 257

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