Hi,
I am trying to automate the following process.
I collect the citys for a banking process.
For each city, I open the page, scrap the branches for the city I am in and then go back a previous page to main page.
I am using click text to click on the city in the main page but it is failing. Any solution or workaround?
The .xaml file here
https://ufile.io/68y4e
pavanh003
(Pavan Harisha)
March 13, 2019, 6:03pm
2
Hi,
Not able to download the workflow can you attach again
Or add the selector for more information
Regards,
Pavan H
carmen
March 13, 2019, 6:05pm
3
Did you check your selectors? I didn’t see your workflow but maybe is not working because that.
pavanh003
(Pavan Harisha)
March 14, 2019, 3:11pm
7
i @Ali_1990 ,
The click text actvity that your using is not refering to a particular uielement,
please use uiexplorer and get the valid selector to where you wantt o click and then continue with the flow,
Let us know if this helps
Regards,
Pavan H
I am using indicate element on screen to fix the selector but the portion that contains the text will not highlight. It is either the entire page or individual element from the list.
Is there another way to fix the selector?
pavanh003
(Pavan Harisha)
March 15, 2019, 7:22am
10
Hi @Ali_1990 ,
Where do you want to click in that perticular web page, Do you want to click on the names of any of the branches or any other places.
Let us know.
Regards,
Pavan H
Ali_1990
(Ali)
March 15, 2019, 7:32am
11
I need to click on the entire branch citys list. It is the list in the middle.
I found a possible solution. Since the click text is in the for loop I am trying to pass the branch city in the selector
“
”
It seems to be wrong.
pavanh003
(Pavan Harisha)
March 15, 2019, 3:24pm
13
Hi,
Add +row(0).tostring+ and check again this will work for your selector
Regards,
pavan H