Sometimes, when we look for an element, multiple elements can be obtained through xpath but some or not clickable, not visible. It would be great when we loop on these elements, do have the resulting successful xpath path as a variable.
I hope I'm being clear here.
Best
For your second question read this post from @Fox ,
maybe its what you need. Its in Russian, but you can
use translator. There is an example script too >
HI @support , I have tried below Xpaths with using Xpath-Module but didn't get any value.
//div[@class="hyper"]/following-sibling::span
//div[@class="trend"]//div/span[@class="digital"]
//[local-name()='svg' and @data-icon='home']/[local-name()='path']
By the way, above all Xpaths worked with "Get Element Text" block and returned the correct value.
Xpath Module don't support following-sibling and local-name() for SVG elements?