Uses of Class
com.microsoft.playwright.Locator.IsVisibleOptions
-
Packages that use Locator.IsVisibleOptions Package Description com.microsoft.playwright -
-
Uses of Locator.IsVisibleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsVisibleOptions Modifier and Type Method Description Locator.IsVisibleOptions
Locator.IsVisibleOptions. setTimeout(double timeout)
Deprecated.This option is ignored.Methods in com.microsoft.playwright with parameters of type Locator.IsVisibleOptions Modifier and Type Method Description boolean
Locator. isVisible(Locator.IsVisibleOptions options)
Returns whether the element is visible.
-