| Modifier and Type | Method and Description |
|---|---|
LocatorAssertions.HasClassOptions |
LocatorAssertions.HasClassOptions.setTimeout(double timeout)
Time to retry the assertion for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocatorAssertions.hasClass(Pattern[] expected,
LocatorAssertions.HasClassOptions options)
Ensures the
Locator points to an element with given CSS class. |
void |
LocatorAssertions.hasClass(Pattern expected,
LocatorAssertions.HasClassOptions options)
Ensures the
Locator points to an element with given CSS class. |
void |
LocatorAssertions.hasClass(String[] expected,
LocatorAssertions.HasClassOptions options)
Ensures the
Locator points to an element with given CSS class. |
void |
LocatorAssertions.hasClass(String expected,
LocatorAssertions.HasClassOptions options)
Ensures the
Locator points to an element with given CSS class. |
Copyright © 2021. All rights reserved.