All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.XMLElementAttributeShouldBeEqual.txt Maven / Gradle / Ivy

Asserts the XML element attribute should be equal to the expected value.

Example:
| ${third_book}= | `Get XML XPath Element` | //catalog/book[3] |
| `XML Element Attribute Should Be Equal` | ${third_book} | id | bk103 |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy