Exception: Puppeteer::ElementHandle::DragInterceptionNotEnabledError

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

#initializeDragInterceptionNotEnabledError

Returns a new instance of DragInterceptionNotEnabledError.



421
422
423
# File 'lib/puppeteer/element_handle.rb', line 421

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