Hi Team,
I am downloading excel file from SAP system and saving it on local path. When I click on download, it will take some time to open excel i mean initially it will open blank excel then after some time i.e. 5-10-15 seconds will take to load data into that excel and after loading data only I have to save it. If I am saving data when excel is downloading/opening then it may have no data in it hence we have to wait till data loaded properly then save it. When it get loaded then always A1 cell have value as βTimeβ
I have tried
- Taken element exist pointing to A1 cell
- Used Do while loop. In do ,action is - Get text of A1 celll. in condition tab, the condition is - gettext o/p = βββ¦
Still it is getting failing. so what is the best way to handle it.
before loading excel is -
After Loading Excel is -