Class RequestEntriesCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V130.CacheStorage
- Assembly
- WebDriver.dll
RequestEntries
public sealed class RequestEntriesCommandSettings : ICommand
- Inheritance
-
RequestEntriesCommandSettings
- Implements
- Inherited Members
Properties
CacheId
Gets or sets the cacheId
[JsonPropertyName("cacheId")]
public string CacheId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
PageSize
Gets or sets the pageSize
[JsonPropertyName("pageSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? PageSize { get; set; }
Property Value
- long?
PathFilter
Gets or sets the pathFilter
[JsonPropertyName("pathFilter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PathFilter { get; set; }
Property Value
SkipCount
Gets or sets the skipCount
[JsonPropertyName("skipCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SkipCount { get; set; }
Property Value
- long?