Exception: Async::WebDriver::InvalidCookieDomainError

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

Overview

An illegal attempt was made to set a cookie under a different domain than the current page.

Constant Summary collapse

CODE =
"invalid cookie domain"