Exception: Puppeteer::IsolaatedWorld::ElementNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/puppeteer/isolated_world.rb

Instance Attribute Summary

Attributes inherited from Error

#cause

Instance Method Summary collapse

Constructor Details

#initialize(selector) ⇒ ElementNotFoundError

Returns a new instance of ElementNotFoundError.



393
394
395
# File 'lib/puppeteer/isolated_world.rb', line 393

def initialize(selector)
  super("No node found for selector: #{selector}")
end