Xpath not working
-
HI, 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.
-
What site and page are these elements on? How to repeat the problem?