Hi there in process workflow on element activity timeout exceeded throws error and the repeat forever is set to false
Set TimeOut field to 60000 and then check it once.
Hi @Venkatraman
Just make sure the element you are trying to check using on element appear activity is getting appeared on the screen within the timeout period. It looks like it is waiting for it to be available, but if doesn’t show up…
Try to indicate the element once again and see whether the selected element selector is valid or not. If not try to indicate it and verify it.
Thanks
@Venkatraman
Try this below selector,
“<
html app=‘chrome.exe’ title=‘ACME System 1 - Work Items’ />” + “<
webctrl aaname=’”+in_TransactionItem+"’ tag=‘SPAN’ />
Check whether you are getting any errors.
2 Likes