Uses of Class
com.microsoft.playwright.Page.IsVisibleOptions
Packages that use Page.IsVisibleOptions
-
Uses of Page.IsVisibleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.IsVisibleOptionsModifier and TypeMethodDescriptionPage.IsVisibleOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.IsVisibleOptions.setTimeout(double timeout) Deprecated.This option is ignored.Methods in com.microsoft.playwright with parameters of type Page.IsVisibleOptionsModifier and TypeMethodDescriptionbooleanPage.isVisible(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.IsVisibleOptionsModifier and TypeMethodDescriptionbooleanPageImpl.isVisible(String selector, Page.IsVisibleOptions options)