Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsFocusedOptions
-
Packages that use LocatorAssertions.IsFocusedOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.IsFocusedOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsFocusedOptions Modifier and Type Method Description LocatorAssertions.IsFocusedOptionsLocatorAssertions.IsFocusedOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsFocusedOptions Modifier and Type Method Description voidLocatorAssertions. isFocused(LocatorAssertions.IsFocusedOptions options)Ensures theLocatorpoints to a focused DOM node.
-