Class FrameIsHiddenOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class FrameIsHiddenOptions
- Inheritance
-
FrameIsHiddenOptions
- Inherited Members
Constructors
FrameIsHiddenOptions()
public FrameIsHiddenOptions()
FrameIsHiddenOptions(FrameIsHiddenOptions)
public FrameIsHiddenOptions(FrameIsHiddenOptions clone)
Parameters
clone
FrameIsHiddenOptions
Properties
Strict
When true, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception.
[JsonPropertyName("strict")]
public bool? Strict { get; set; }
Property Value
- bool?
Timeout
**DEPRECATED** This option is ignored. IsHiddenAsync(string, FrameIsHiddenOptions?) does not wait for the element to become hidden and returns immediately.
[JsonPropertyName("timeout")]
[Obsolete]
public float? Timeout { get; set; }