Class BrowserContextRouteOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class BrowserContextRouteOptions
- Inheritance
-
BrowserContextRouteOptions
- Inherited Members
Constructors
BrowserContextRouteOptions()
public BrowserContextRouteOptions()
BrowserContextRouteOptions(BrowserContextRouteOptions)
public BrowserContextRouteOptions(BrowserContextRouteOptions clone)
Parameters
Properties
Times
How often a route should be used. By default it will be used every time.
[JsonPropertyName("times")]
public int? Times { get; set; }
Property Value
- int?