Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasAttributeOptions
Packages that use LocatorAssertions.HasAttributeOptions
-
Uses of LocatorAssertions.HasAttributeOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasAttributeOptionsModifier and TypeMethodDescriptionLocatorAssertions.HasAttributeOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasAttributeOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.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. -
Uses of LocatorAssertions.HasAttributeOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasAttributeOptionsModifier and TypeMethodDescriptionprivate voidLocatorAssertionsImpl.hasAttribute(String name, ExpectedTextValue expectedText, Object expectedValue, LocatorAssertions.HasAttributeOptions options) voidLocatorAssertionsImpl.hasAttribute(String name, String text, LocatorAssertions.HasAttributeOptions options) voidLocatorAssertionsImpl.hasAttribute(String name, Pattern pattern, LocatorAssertions.HasAttributeOptions options)