Hi
System exception. Retry: 0. Timeout reached. at Source: Invoke SectorMarketCombine workflow: Type Into ‘Edit’
Hi
System exception. Retry: 0. Timeout reached. at Source: Invoke SectorMarketCombine workflow: Type Into ‘Edit’
Hello @Himanshu_Srivastava , welcome to the community!
Your Type Into activity fails because it finishes typing before your page or application loads so, try this:
If you are unsure about when the page will finish loading, you can use On Element Appear to spy an element, wait for it to appear, and then perform your typing.
Cheers!
I used the same, but still working in Attended mode and failing in Unattended Mode. I try multiple approaches and also suggested on earlier but it still not working the same in both mode
In that case, set breakpoints and try debugging the specific step to see if its typing the value or not.