Table of Contents

Class LocatorInnerHTMLOptions

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

Constructors

LocatorInnerHTMLOptions()

public LocatorInnerHTMLOptions()

LocatorInnerHTMLOptions(LocatorInnerHTMLOptions)

public LocatorInnerHTMLOptions(LocatorInnerHTMLOptions clone)

Parameters

clone LocatorInnerHTMLOptions

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?