Hello
I download results from multiple searches using a loop, but in some cases website reads your search time out.
However if I manually re do the search it works. So, I would need to re-do or repeat the same search and then continue as usual.
I would like for the code to re-start the iteration if it doesn't move to the next iteration after 90 seconds.
I do not want the iteration to start from i=0 but from the current value. I don't want the program to stop but just to repeat the same iteration.
I download results from multiple searches using a loop, but in some cases website reads your search time out.
However if I manually re do the search it works. So, I would need to re-do or repeat the same search and then continue as usual.
I would like for the code to re-start the iteration if it doesn't move to the next iteration after 90 seconds.
I do not want the iteration to start from i=0 but from the current value. I don't want the program to stop but just to repeat the same iteration.