Exception: Async::WebDriver::NoSuchCookieError

Inherits:
Error
  • Object
show all
Defined in:
lib/async/webdriver/error.rb

Overview

No cookie matching the given path name was found amongst the associated cookies of the current browsing context’s active document.

Constant Summary collapse

CODE =
"no such cookie"