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