Uses of Class
com.microsoft.playwright.Locator.IsHiddenOptions
Packages that use Locator.IsHiddenOptions
-
Uses of Locator.IsHiddenOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsHiddenOptionsModifier and TypeMethodDescriptionLocator.IsHiddenOptions.setTimeout(double timeout) Deprecated.This option is ignored.Methods in com.microsoft.playwright with parameters of type Locator.IsHiddenOptionsModifier and TypeMethodDescriptionbooleanLocator.isHidden(Locator.IsHiddenOptions options) Returns whether the element is hidden, the opposite of visible. -
Uses of Locator.IsHiddenOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.IsHiddenOptions