Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasIdOptions
-
Packages that use LocatorAssertions.HasIdOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.HasIdOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasIdOptions Modifier and Type Method Description LocatorAssertions.HasIdOptionsLocatorAssertions.HasIdOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasIdOptions Modifier and Type Method Description voidLocatorAssertions. hasId(String id, LocatorAssertions.HasIdOptions options)Ensures theLocatorpoints to an element with the given DOM Node ID.voidLocatorAssertions. hasId(Pattern id, LocatorAssertions.HasIdOptions options)Ensures theLocatorpoints to an element with the given DOM Node ID.
-