Table of Contents

Class LocatorAssertionsToBeEnabledOptions

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

Constructors

LocatorAssertionsToBeEnabledOptions()

public LocatorAssertionsToBeEnabledOptions()

LocatorAssertionsToBeEnabledOptions(LocatorAssertionsToBeEnabledOptions)

public LocatorAssertionsToBeEnabledOptions(LocatorAssertionsToBeEnabledOptions clone)

Parameters

clone LocatorAssertionsToBeEnabledOptions

Properties

Enabled

[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Timeout

Time to retry the assertion for in milliseconds. Defaults to 5000.

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

Property Value

float?