Hi, experts.
I am trying to download some data from website.
There are following steps:
- Selecting parameters
- Push the button “Apply” (“Применить”)
- Searching info on website (download duration is different and depends on step#1)
- Push the button “Save” (“Сохранить”)
- Inputing a Name of selecting
I faced the difficulty at step #5.
After launching step #3 and before completing it, step #4 and #5 are started one after another.
Error arise at step#5, because robot can’t find element as it has’not appeared at that moment.
To avoid the error I try to use the following approaches to resolve the problem without any success:
- set up the Options “WaitForReady = Interactive\Complete” for activities at step #3,4, 5
- “Element Exists” Activity + DoWhile
Please, give me advice how to fix the error.
Thanks in advance.