Exception: Puppeteer::ElementHandle::DragInterceptionNotEnabledError
- Inherits:
-
Puppeteer::Error
- Object
- StandardError
- Puppeteer::Error
- Puppeteer::ElementHandle::DragInterceptionNotEnabledError
- Defined in:
- lib/puppeteer/element_handle.rb
Instance Attribute Summary
Attributes inherited from Puppeteer::Error
Instance Method Summary collapse
-
#initialize ⇒ DragInterceptionNotEnabledError
constructor
A new instance of DragInterceptionNotEnabledError.
Constructor Details
#initialize ⇒ DragInterceptionNotEnabledError
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 |