Exception: Puppeteer::Bidi::JSHandleDisposedError
- 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
-
#initialize ⇒ JSHandleDisposedError
constructor
A new instance of JSHandleDisposedError.
Constructor Details
#initialize ⇒ JSHandleDisposedError
Returns a new instance of JSHandleDisposedError.
10 11 12 |
# File 'lib/puppeteer/bidi/errors.rb', line 10 def initialize super('JSHandle is disposed') end |