UnableToSetCookieException ClassWebDriver
The exception that is thrown when the user is unable to set a cookie.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    OpenQA.Selenium WebDriverException
      OpenQA.Selenium UnableToSetCookieException

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

[SerializableAttribute]
public class UnableToSetCookieException : WebDriverException
See Also