Uses of Class
com.microsoft.playwright.Locator.IsHiddenOptions
-
Packages that use Locator.IsHiddenOptions Package Description com.microsoft.playwright -
-
Uses of Locator.IsHiddenOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsHiddenOptions Modifier and Type Method Description Locator.IsHiddenOptionsLocator.IsHiddenOptions. setTimeout(double timeout)Deprecated.This option is ignored.Methods in com.microsoft.playwright with parameters of type Locator.IsHiddenOptions Modifier and Type Method Description booleanLocator. isHidden(Locator.IsHiddenOptions options)Returns whether the element is hidden, the opposite of visible.
-