Table of Contents

Class PageRunAndWaitForRequestOptions

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

Constructors

PageRunAndWaitForRequestOptions()

public PageRunAndWaitForRequestOptions()

PageRunAndWaitForRequestOptions(PageRunAndWaitForRequestOptions)

public PageRunAndWaitForRequestOptions(PageRunAndWaitForRequestOptions clone)

Parameters

clone PageRunAndWaitForRequestOptions

Properties

Timeout

Maximum wait time in milliseconds, defaults to 30 seconds, pass 0 to disable the timeout. The default value can be changed by using the SetDefaultTimeout(float) method.

[JsonPropertyName("timeout")]
public float? Timeout { get; set; }

Property Value

float?