Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasRoleOptions
-
Packages that use LocatorAssertions.HasRoleOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.HasRoleOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasRoleOptions Modifier and Type Method Description LocatorAssertions.HasRoleOptionsLocatorAssertions.HasRoleOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasRoleOptions Modifier and Type Method Description voidLocatorAssertions. hasRole(AriaRole role, LocatorAssertions.HasRoleOptions options)Ensures theLocatorpoints to an element with a given ARIA role.
-