I have a check app state step waiting for an element (and export button that appears after a report has successfully run and rendered) of a web page to appear, and to wait 120 seconds for it to do so. However the step sometimes simply immediately pops a message that it is not available. i click retry and it picks up just fine. Has anybody seen this behavior?
the same task also sometimes seems to “stick” to an element that appears in the same place as the one in the state it’s checking for but moves aside once the report is complete. then instead of clicking the export button that it’s checking for, it clicks this other element which throws an error in the page. to keep it running i have to close the dialog box on the page, and retry the step. Neither is breaking anything, but it is forcing me to babysit the bot way more than i should.