Exception: Puppeteer::ElementHandle::ElementNotClickableError

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

#initializeElementNotClickableError

Returns a new instance of ElementNotClickableError.



263
264
265
# File 'lib/puppeteer/element_handle.rb', line 263

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