I am facing a challenge in automating a project. I have to download a file from a particular portal for a certain date. If the file does not exists the webpage shows " File not exist". And I should skip downloading the file.
I tried out Element exists and then if Statement. The automation is struck. Kindly suggest what changes should I make?
by default, timeout is set for 30secs. That is causing the delay when you are running the task. If the element is not existing, the robot will wait for 30 seconds before it will proceed.
Suggest lower the timeout value