Exception: Puppeteer::ElementHandle::DragInterceptionNotEnabledError

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

Instance Method Summary collapse

Constructor Details

#initializeDragInterceptionNotEnabledError



326
327
328
# File 'lib/puppeteer/element_handle.rb', line 326

def initialize
  super('Drag Interception is not enabled!')
end