I have to use some data from the page below
but I can’t use data if the page is not open before.
Does anyone know if there is a way to use data while opening page through the process?
I have to use some data from the page below
but I can’t use data if the page is not open before.
Does anyone know if there is a way to use data while opening page through the process?
HI @dvojinovic
Use Element Exist activity to check if the page is loaded or not?
Check out the document
https://docs.uipath.com/activities/docs/ui-element-exists
Regards
Gokul
When I’m using an activity on Element Appear, but I’m getting this erros.
Does anyone know what the is problem?
Hello @dvojinovic
You can try with retry activity. it helps to retry the activity until you met the requirement.
in the action you do the Table extraction and in the condition you can provide as DT.Rows.count>0
Until that, it will retry the extraction (by default max, 3)
Thanks
Instead of on Element Appear try with element exist @dvojinovic