Uses of Class
com.microsoft.playwright.Page.IsVisibleOptions
-
Packages that use Page.IsVisibleOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String selector, Page.IsVisibleOptions options)Returns whether the element is visible. -
Uses of Page.IsVisibleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.IsVisibleOptions Modifier and Type Method Description booleanPageImpl. isVisible(java.lang.String selector, Page.IsVisibleOptions options)
-