Exception: Puppeteer::ElementHandle::ElementNotClickableError

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

Instance Method Summary collapse

Constructor Details

#initializeElementNotClickableError

Returns a new instance of ElementNotClickableError.



208
209
210
# File 'lib/puppeteer/element_handle.rb', line 208

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