Exception: Puppeteer::ElementHandle::DragInterceptionNotEnabledError

Inherits:
Puppeteer::Error
  • Object
show all
Defined in:
lib/puppeteer/element_handle.rb,
sig/puppeteer/element_handle.rbs

Instance Attribute Summary

Attributes inherited from Puppeteer::Error

#cause

Instance Method Summary collapse

Constructor Details

#initializeDragInterceptionNotEnabledError

Returns a new instance of DragInterceptionNotEnabledError.



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

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