| Modifier and Type | Method and Description |
|---|---|
LocatorAssertions.HasAttributeOptions |
LocatorAssertions.HasAttributeOptions.setTimeout(double timeout)
Time to retry the assertion for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocatorAssertions.hasAttribute(String name,
Pattern value,
LocatorAssertions.HasAttributeOptions options)
Ensures the
Locator points to an element with given attribute. |
void |
LocatorAssertions.hasAttribute(String name,
String value,
LocatorAssertions.HasAttributeOptions options)
Ensures the
Locator points to an element with given attribute. |
Copyright © 2021. All rights reserved.