Uses of Class
com.microsoft.playwright.Page.IsVisibleOptions
-
Packages that use Page.IsVisibleOptions Package Description com.microsoft.playwright -
-
Uses of Page.IsVisibleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.IsVisibleOptions Modifier and Type Method Description Page.IsVisibleOptionsPage.IsVisibleOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.IsVisibleOptionsPage.IsVisibleOptions. setTimeout(double timeout)Deprecated.This option is ignored.Methods in com.microsoft.playwright with parameters of type Page.IsVisibleOptions Modifier and Type Method Description booleanPage. isVisible(String selector, Page.IsVisibleOptions options)Returns whether the element is visible.
-