UtilSeleniumSerializeCookies(ReadOnlyCollectionCookie, String) Method

Serializes the specified cookies to disk.

Definition

Namespace: DevCase.ThirdParty.Selenium
Assembly: DevCase.net48.ThirdParty.Selenium (in DevCase.net48.ThirdParty.Selenium.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void SerializeCookies(
	ReadOnlyCollection<Cookie> cookies,
	string cookiesPath
)

Parameters

cookies  ReadOnlyCollectionCookie

[Missing <param name="cookies"/> documentation for "M:DevCase.ThirdParty.Selenium.UtilSelenium.SerializeCookies(System.Collections.ObjectModel.ReadOnlyCollection{OpenQA.Selenium.Cookie},System.String)"]

cookiesPath  String
The file path of the cookies container.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Selenium.Support by Selenium Committers

Selenium.WebDriver by Selenium Committers

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also