Class LocatorIsHiddenOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class LocatorIsHiddenOptions
- Inheritance
-
LocatorIsHiddenOptions
- Inherited Members
Constructors
LocatorIsHiddenOptions()
public LocatorIsHiddenOptions()
LocatorIsHiddenOptions(LocatorIsHiddenOptions)
public LocatorIsHiddenOptions(LocatorIsHiddenOptions clone)
Parameters
clone
LocatorIsHiddenOptions
Properties
Timeout
**DEPRECATED** This option is ignored. IsHiddenAsync(LocatorIsHiddenOptions?) does not wait for the element to become hidden and returns immediately.
[JsonPropertyName("timeout")]
[Obsolete]
public float? Timeout { get; set; }