etree
etree copied to clipboard
Getting the following-sibling
Xpath supports following-sibling. How can I do that with etree?
In a typical jmx file,
<hashTree> can exist any where. I want to locate the <hashTree> that following a certain <TransactionController>,
say testname="T01_LandingPage"
Is it possible? Thx