Table of Contents

Class LocatorElementHandleOptions

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

Constructors

LocatorElementHandleOptions()

public LocatorElementHandleOptions()

LocatorElementHandleOptions(LocatorElementHandleOptions)

public LocatorElementHandleOptions(LocatorElementHandleOptions clone)

Parameters

clone LocatorElementHandleOptions

Properties

Timeout

Maximum time in milliseconds. Defaults to 30000 (30 seconds). Pass 0 to disable 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?