Table of Contents

Class PageRouteOptions

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

Constructors

PageRouteOptions()

public PageRouteOptions()

PageRouteOptions(PageRouteOptions)

public PageRouteOptions(PageRouteOptions clone)

Parameters

clone PageRouteOptions

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?