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

desc.GetXMLElementAttribute.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Returns the XML element attribute.

Example:
| ${first_book}= | `Get XML XPath Element` | //catalog/book[1] |
| ${id}= | `Get XML Element Attribute` | ${first_book} | id |

Result:
| ${id} = bk101




© 2015 - 2024 Weber Informatics LLC | Privacy Policy