Exception: Puppeteer::Bidi::JSHandleDisposedError

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

Overview

Raised when attempting to use a disposed JSHandle or ElementHandle

Instance Method Summary collapse

Constructor Details

#initializeJSHandleDisposedError

Returns a new instance of JSHandleDisposedError.



10
11
12
# File 'lib/puppeteer/bidi/errors.rb', line 10

def initialize
  super('JSHandle is disposed')
end