Uses of Class
com.microsoft.playwright.Frame.IsVisibleOptions
-
Packages that use Frame.IsVisibleOptions Package Description com.microsoft.playwright -
-
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(String selector, Frame.IsVisibleOptions options)Returns whether the element is visible.
-