I have a process in which the bot is iterating over the Excel sheet and filling the website form.
I am using “Hardware events” as an input mode for the “Type Into” activity and also delay of about 4-5 seconds after each type into activity. The reason is that when i use Simulate or avoid delays the website shows loading bars at random intervals due to which the bot crashes.
Note( I am not able to catch the loading bar)
And it is estimately taking 25 minutes just to complete 15 forms
Instead of using the Hardware events and Delays in the Type into activity.
Select the Simulate option for Input mode option in properties, and in properties in the Target options there is wait for page load, select the Complete option then the Type into activity will work after the total page load.