In a test case is used the keyword sleep 2s
and this is obviously too slow, so i would like to replace with the wait
keyword.
Thing is, that it is used for a download. So the user downloads a file and then is used the sleep 2s
in order to give some time to the Robot Framework to complete the download.
But I cannot use
wait until element is visible,
wait until page contains,
or wait until page contains element
because nothing changes on the page :/
Any ideas? How you handle this?
Thank you in advance!