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