Uses of Class
com.microsoft.playwright.Frame.IsVisibleOptions
-
Packages that use Frame.IsVisibleOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Frame.IsVisibleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.IsVisibleOptions Modifier and Type Method Description Frame.IsVisibleOptionsFrame.IsVisibleOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.IsVisibleOptionsFrame.IsVisibleOptions. setTimeout(double timeout)Deprecated.This option is ignored.Methods in com.microsoft.playwright with parameters of type Frame.IsVisibleOptions Modifier and Type Method Description booleanFrame. isVisible(java.lang.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.IsVisibleOptions Modifier and Type Method Description booleanFrameImpl. isVisible(java.lang.String selector, Frame.IsVisibleOptions options)(package private) booleanFrameImpl. isVisibleImpl(java.lang.String selector, Frame.IsVisibleOptions options)
-