Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasAttributeOptions
-
Packages that use LocatorAssertions.HasAttributeOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
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. 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(java.lang.String name, java.lang.String value, LocatorAssertions.HasAttributeOptions options)Ensures theLocatorpoints to an element with given attribute.voidLocatorAssertions. hasAttribute(java.lang.String name, java.util.regex.Pattern value, LocatorAssertions.HasAttributeOptions options)Ensures theLocatorpoints to an element with given attribute. -
Uses of LocatorAssertions.HasAttributeOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasAttributeOptions Modifier and Type Method Description private voidLocatorAssertionsImpl. hasAttribute(java.lang.String name, ExpectedTextValue expectedText, java.lang.Object expectedValue, LocatorAssertions.HasAttributeOptions options)voidLocatorAssertionsImpl. hasAttribute(java.lang.String name, java.lang.String text, LocatorAssertions.HasAttributeOptions options)voidLocatorAssertionsImpl. hasAttribute(java.lang.String name, java.util.regex.Pattern pattern, LocatorAssertions.HasAttributeOptions options)
-