Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasIdOptions
-
Packages that use LocatorAssertions.HasIdOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
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(java.lang.String id, LocatorAssertions.HasIdOptions options)Ensures theLocatorpoints to an element with the given DOM Node ID.voidLocatorAssertions. hasId(java.util.regex.Pattern id, LocatorAssertions.HasIdOptions options)Ensures theLocatorpoints to an element with the given DOM Node ID. -
Uses of LocatorAssertions.HasIdOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasIdOptions Modifier and Type Method Description voidLocatorAssertionsImpl. hasId(java.lang.String id, LocatorAssertions.HasIdOptions options)voidLocatorAssertionsImpl. hasId(java.util.regex.Pattern pattern, LocatorAssertions.HasIdOptions options)
-