Table of Contents

Class LocatorIsEditableOptions

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

Constructors

LocatorIsEditableOptions()

public LocatorIsEditableOptions()

LocatorIsEditableOptions(LocatorIsEditableOptions)

public LocatorIsEditableOptions(LocatorIsEditableOptions clone)

Parameters

clone LocatorIsEditableOptions

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?