Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasIdOptions
Packages that use LocatorAssertions.HasIdOptions
-
Uses of LocatorAssertions.HasIdOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasIdOptionsModifier and TypeMethodDescriptionLocatorAssertions.HasIdOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasIdOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.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. -
Uses of LocatorAssertions.HasIdOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasIdOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.hasId(String id, LocatorAssertions.HasIdOptions options) voidLocatorAssertionsImpl.hasId(Pattern pattern, LocatorAssertions.HasIdOptions options)