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