Package com.microsoft.playwright
Class Locator.IsHiddenOptions
- java.lang.Object
-
- com.microsoft.playwright.Locator.IsHiddenOptions
-
-
Constructor Summary
Constructors Constructor Description IsHiddenOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Locator.IsHiddenOptionssetTimeout(double timeout)Deprecated.This option is ignored.
-
-
-
Field Detail
-
timeout
public Double timeout
Deprecated.This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.
-
-
Method Detail
-
setTimeout
public Locator.IsHiddenOptions setTimeout(double timeout)
Deprecated.This option is ignored.Locator.isHidden()does not wait for the element to become hidden and returns immediately.
-
-