I’m currently improving my workflow in Studio, and while I run the debug file, I find it may take 40 seconds for each of the activity within a loop, and for most of the time there were no activities running on the screen. I’m wondering if there are any action I can take to reduce the time taken within a loop. Thank you.
hi @ushu the action within the loop was to print each of the webpage, and I use the loop so that all the pages can be printed since it is a daily activity and the total pages won’t be the same everyday.
@Paddi - Since you are dealing with the web page, are you using Element Exists or On Element Appear activity. These helps to take immediate actions, the moment web page loads completely
This is the main reason
When u run in debug mode speed of the bot execution is slower when compared to a run in normal mode
If you are trying to excite the bot click on drop down below to play button and choose either RUN File or Run project
This will run in normal mode and u won’t face this time issue
Or
There is another option where If you would like to test only certain activities u can right click on it and choose the following options based on ur need
I tried to use the run file instead of debug, but it still takes a long time. And there are not any delay between steps, do you have any other suggestions? Thank you.