I have a download push button in the page that I need to check if that is enabled , if yes click on it, if no do take the screenshot and share as document . This download button isn’t in the same place in every time i launch . How do I find it and click on wherever is it?
make sure u are using fuzzy selectors and no anchors involved to identify element for changing positions and
use get attribute activity and get aastate of element
if enabled click on download
else use take screenshot activity and use word activites to insert the image and share the doc as required