Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasAttributeOptions
-
Packages that use LocatorAssertions.HasAttributeOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.HasAttributeOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasAttributeOptions Modifier and Type Method Description LocatorAssertions.HasAttributeOptionsLocatorAssertions.HasAttributeOptions. setIgnoreCase(boolean ignoreCase)Whether to perform case-insensitive match.LocatorAssertions.HasAttributeOptionsLocatorAssertions.HasAttributeOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasAttributeOptions Modifier and Type Method Description voidLocatorAssertions. hasAttribute(String name, String value, LocatorAssertions.HasAttributeOptions options)Ensures theLocatorpoints to an element with given attribute.voidLocatorAssertions. hasAttribute(String name, Pattern value, LocatorAssertions.HasAttributeOptions options)Ensures theLocatorpoints to an element with given attribute.
-