Exception: Puppeteer::Request::InterceptionNotEnabledError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/puppeteer/request.rb

Instance Method Summary collapse

Constructor Details

#initializeInterceptionNotEnabledError

Returns a new instance of InterceptionNotEnabledError.



94
95
96
# File 'lib/puppeteer/request.rb', line 94

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