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