Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsFocusedOptions
Packages that use LocatorAssertions.IsFocusedOptions
-
Uses of LocatorAssertions.IsFocusedOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsFocusedOptionsModifier and TypeMethodDescriptionLocatorAssertions.IsFocusedOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsFocusedOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.isFocused(LocatorAssertions.IsFocusedOptions options) Ensures theLocatorpoints to a focused DOM node. -
Uses of LocatorAssertions.IsFocusedOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.IsFocusedOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.isFocused(LocatorAssertions.IsFocusedOptions options)