Package com.microsoft.playwright
Class Locator.IsHiddenOptions
java.lang.Object
com.microsoft.playwright.Locator.IsHiddenOptions
- Enclosing interface:
Locator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timeout
Deprecated.This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.
-
-
Constructor Details
-
IsHiddenOptions
public IsHiddenOptions()
-
-
Method Details
-
setTimeout
Deprecated.This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.
-