Table of Contents

Class PageWaitForLoadStateOptions

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

Constructors

PageWaitForLoadStateOptions()

public PageWaitForLoadStateOptions()

PageWaitForLoadStateOptions(PageWaitForLoadStateOptions)

public PageWaitForLoadStateOptions(PageWaitForLoadStateOptions clone)

Parameters

clone PageWaitForLoadStateOptions

Properties

Timeout

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

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

Property Value

float?