I am writing a script to nurture account X on BAS, not following any rules, the popup panel as attached can appear at any time, is there a way for me to determine when that popup is triggered?
@hskinqru Could you elaborate more on the approach? This popup appears at any time during the tool's runtime, and I can't determine when it appears. I want to have a parallel checking function with the running tasks, is that possible?
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?