Class LocatorAssertionsToHaveAttributeOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class LocatorAssertionsToHaveAttributeOptions
- Inheritance
-
LocatorAssertionsToHaveAttributeOptions
- Inherited Members
Constructors
LocatorAssertionsToHaveAttributeOptions()
public LocatorAssertionsToHaveAttributeOptions()
LocatorAssertionsToHaveAttributeOptions(LocatorAssertionsToHaveAttributeOptions)
public LocatorAssertionsToHaveAttributeOptions(LocatorAssertionsToHaveAttributeOptions clone)
Parameters
Properties
IgnoreCase
Whether to perform case-insensitive match. ignoreCase
option
takes precedence over the corresponding regular expression flag if specified.
[JsonPropertyName("ignoreCase")]
public bool? IgnoreCase { get; set; }
Property Value
- bool?
Timeout
Time to retry the assertion for in milliseconds. Defaults to 5000
.
[JsonPropertyName("timeout")]
public float? Timeout { get; set; }