Uses of Class
com.microsoft.playwright.Page.IsHiddenOptions
-
Packages that use Page.IsHiddenOptions Package Description com.microsoft.playwright -
-
Uses of Page.IsHiddenOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.IsHiddenOptions Modifier and Type Method Description Page.IsHiddenOptionsPage.IsHiddenOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.IsHiddenOptionsPage.IsHiddenOptions. setTimeout(double timeout)Deprecated.This option is ignored.Methods in com.microsoft.playwright with parameters of type Page.IsHiddenOptions Modifier and Type Method Description booleanPage. isHidden(String selector, Page.IsHiddenOptions options)Returns whether the element is hidden, the opposite of visible.
-