Exception: Puppeteer::ElementHandle::DragInterceptionNotEnabledError
- Inherits:
-
StandardError
- Object
- StandardError
- Puppeteer::ElementHandle::DragInterceptionNotEnabledError
- Defined in:
- lib/puppeteer/element_handle.rb
Instance Method Summary collapse
-
#initialize ⇒ DragInterceptionNotEnabledError
constructor
A new instance of DragInterceptionNotEnabledError.
Constructor Details
#initialize ⇒ DragInterceptionNotEnabledError
326 327 328 |
# File 'lib/puppeteer/element_handle.rb', line 326 def initialize super('Drag Interception is not enabled!') end |