Exception: Puppeteer::ElementHandle::DragInterceptionNotEnabledError

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

Instance Method Summary collapse

Constructor Details

#initializeDragInterceptionNotEnabledError

Returns a new instance of DragInterceptionNotEnabledError.



333
334
335
# File 'lib/puppeteer/element_handle.rb', line 333

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