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

desc.GetXMLXPathElementTextContent.txt Maven / Gradle / Ivy

Return the XML element text content given the xpath expression.

Example:
| ${third_book}= | `Get XML XPath Element` | //catalog/book[3] |
| ${genre}= | `Get XML XPath Element Text Content` | ${third_book} | //book/genre |  # This is similar to specifying "book/genre" as xpathExpression assumes book on the root element. |

Result:
| ${genre} = Fantasy




© 2015 - 2024 Weber Informatics LLC | Privacy Policy