How to parse a lxml.etree._Element object in robot framework?

just figured it out, using keyword “parse XML” is for string variables that has been formatted as an XML.
but as I’m getting an XML native response I had to change it to string using this keyword “Element to String” and then I’m able to use “Get Element” or any other from there.

also it is very useful to import lxml with XML
Library XML use_lxml=True

Regards.

2 Likes