Gets the cookies manager associated with this browser that allows you to retrieve, delete and add cookies.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public CookiesManager Cookies { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cookies As CookiesManager
Visual C++
public:
property CookiesManager^ Cookies {
	CookiesManager^ get ();
}

See Also