Class LocatorAssertionsToBeAttachedOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class LocatorAssertionsToBeAttachedOptions
- Inheritance
-
LocatorAssertionsToBeAttachedOptions
- Inherited Members
Constructors
LocatorAssertionsToBeAttachedOptions()
public LocatorAssertionsToBeAttachedOptions()
LocatorAssertionsToBeAttachedOptions(LocatorAssertionsToBeAttachedOptions)
public LocatorAssertionsToBeAttachedOptions(LocatorAssertionsToBeAttachedOptions clone)
Parameters
Properties
Attached
[JsonPropertyName("attached")]
public bool? Attached { get; set; }
Property Value
- bool?
Timeout
Time to retry the assertion for in milliseconds. Defaults to 5000
.
[JsonPropertyName("timeout")]
public float? Timeout { get; set; }