Table of Contents

Class LocatorAssertionsToBeDisabledOptions

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

Constructors

LocatorAssertionsToBeDisabledOptions()

public LocatorAssertionsToBeDisabledOptions()

LocatorAssertionsToBeDisabledOptions(LocatorAssertionsToBeDisabledOptions)

public LocatorAssertionsToBeDisabledOptions(LocatorAssertionsToBeDisabledOptions clone)

Parameters

clone LocatorAssertionsToBeDisabledOptions

Properties

Timeout

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

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

Property Value

float?