Class BrowserContextStorageStateOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class BrowserContextStorageStateOptions
- Inheritance
-
BrowserContextStorageStateOptions
- Inherited Members
Constructors
BrowserContextStorageStateOptions()
public BrowserContextStorageStateOptions()
BrowserContextStorageStateOptions(BrowserContextStorageStateOptions)
public BrowserContextStorageStateOptions(BrowserContextStorageStateOptions clone)
Parameters
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; }