Uses of Class
com.microsoft.playwright.Page.IsDisabledOptions
-
Packages that use Page.IsDisabledOptions Package Description com.microsoft.playwright -
-
Uses of Page.IsDisabledOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.IsDisabledOptions Modifier and Type Method Description Page.IsDisabledOptions
Page.IsDisabledOptions. setStrict(boolean strict)
When true, the call requires selector to resolve to a single element.Page.IsDisabledOptions
Page.IsDisabledOptions. setTimeout(double timeout)
Maximum time in milliseconds, defaults to 30 seconds, pass0
to disable timeout.Methods in com.microsoft.playwright with parameters of type Page.IsDisabledOptions Modifier and Type Method Description boolean
Page. isDisabled(String selector, Page.IsDisabledOptions options)
Returns whether the element is disabled, the opposite of enabled.
-