ReturnedCookie ToString Method WebDriver
Creates and returns a string representation of the current cookie.

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

public override string ToString()

Return Value

A string representation of the current cookie.
See Also