Table of Contents

Class PageRunAndWaitForResponseOptions

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

Constructors

PageRunAndWaitForResponseOptions()

public PageRunAndWaitForResponseOptions()

PageRunAndWaitForResponseOptions(PageRunAndWaitForResponseOptions)

public PageRunAndWaitForResponseOptions(PageRunAndWaitForResponseOptions clone)

Parameters

clone PageRunAndWaitForResponseOptions

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) or SetDefaultTimeout(float) methods.

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

Property Value

float?