Table of Contents

Class APIRequestContextStorageStateOptions

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class APIRequestContextStorageStateOptions
Inheritance
APIRequestContextStorageStateOptions
Inherited Members

Constructors

APIRequestContextStorageStateOptions()

public APIRequestContextStorageStateOptions()

APIRequestContextStorageStateOptions(APIRequestContextStorageStateOptions)

public APIRequestContextStorageStateOptions(APIRequestContextStorageStateOptions clone)

Parameters

clone APIRequestContextStorageStateOptions

Properties

Path

The file path to save the storage state to. If path is a relative path, then it is resolved relative to current working directory. If no path is provided, storage state is still returned, but won't be saved to the disk.

[JsonPropertyName("path")]
public string? Path { get; set; }

Property Value

string