Table of Contents

Class LocatorAssertionsToHaveValueOptions

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

Constructors

LocatorAssertionsToHaveValueOptions()

public LocatorAssertionsToHaveValueOptions()

LocatorAssertionsToHaveValueOptions(LocatorAssertionsToHaveValueOptions)

public LocatorAssertionsToHaveValueOptions(LocatorAssertionsToHaveValueOptions clone)

Parameters

clone LocatorAssertionsToHaveValueOptions

Properties

Timeout

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

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

Property Value

float?