Click Text

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

Hi,
Not able to download the workflow can you attach again
Or add the selector for more information

Regards,
Pavan H

Did you check your selectors? I didn’t see your workflow but maybe is not working because that.

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?

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

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.

Hi,

Add +row(0).tostring+ and check again this will work for your selector

Regards,
pavan H