Dyanamic selector not working

Hi,

Website is not accessible to everyone.

Hi,

Can u connect me remotely through teamviewer?

sorry, I am at work, not possible

Any weekend day if possible for you?

It;s upto you tottaly, i believe within half an hour it can solved.

sorry, wanted to mention that check whether variables are declared,
u have used scurrentindex, but when I corrected your xml file I changed that to currentindex.
Please keep trying, first indicate the first row, see the value
next indicate the second row, check the value, based on that increment the value.

Hi,
yes i have made the necessary changes as suggested by you.

i have passed the variable as well in selector, pls find screenshot.
image

image

Kindly check the xml file which i have already sent you, the double click activity need to be inside the for each row, but in your recent screen capture i can see that you have it outside the loop. Please go through the logic.

yes sry,

Now again i tried by keeping Double click activity inside the loop.

Still not working.

image

please check now

please try removing {} from the selector, can u send the original selector or screen shot of it please

i tried removing {}, but still nothing happened,

here is the screenshot of original selector

what i have done is, i removed parent id and added table row.

Than after right clicked on table row and passed the variable(i.e) currentIndex.like below
image by selecting choose variable.
m i doing wrong something.

while passing variable to table row i get below error for the first time.

what could be the reason?

we dont want parent id , as that is a num or you can replace with wildcard
we want only table row and column, which u have done already
try with the following selector
“”

make sure that “+NewCurrentIndex+” dosent change to &NewCurrentIndex& while running the code.

also could you please send the screen shot of the next entity which you want to select, I need verify the row num

open UI explorer, copy this selector and paste there, delete “+NewcurrentIndex+” and replace with 2
after that try to validate, if green
then try to highlight
this will help to rectify the selector

done the same way
image
As of now what i am trying to do is trying to click on every row and then cancel it through cancel button.
but you know it is not able to click on the row itself.

once it click on first row like below window will appear.

image

and then i want to click on cancel, but in between that i want to see whether it is clicking and cancelling the each row or not.

[quote=“Saranyajk, post:33, topic:261166, full:true”]
open UI explorer, copy this selector and paste there, delete “+NewcurrentIndex+” and replace with 2
after that try to validate, if green
then try to highlight
this will help to rectify the selector

image
as you can see that i can’t open uiexplorer as it is gred out.
do i need to repair?

or i can edit here itself and replace with 2.

kindly follow all the steps, every small thing matters, only if you replace, it will be validated, try replacing with 2, 3, 4 like that, and check if it is highlighting appropriate row, thats the technique