I have to extract some detailed data from a web page that it contains in order of buttons, so i ahve to click and extract each data but i am not getting it in loop

image
this is the picture of click buttons

image

image

image

like this the selectors are changing for each click option what should i do to make it in loop for 50 of then in a single page.

Hey!

Remove the CSS Selector and make tableRow as Dynamic by using counter variable…

Use While loop

counter<51 or Counter<=50

Reference:

Note: Pass the Counter variable in tableRow

<webctrl aria-role='grid' tag='TABLE'/>
<webctrl tableRow={{Counter}} tag='INPUT'/>

Regards,
NaNi

Hi @THIRU_NANI
after removing the css selector it is showing like this like it not validated
image

Hey!

Open this selector in uiexplorer…

Show us the screenshot…

Regards,
NaNi

in uiexplorer it is validated like this

Hey!

The selector is validating… Now pass the Counter variable in the place of tableRow={{Counter}}…

When you validate this will give you invalid selector, No need to worry this will works fine in Run Time…

Test your automation you’ll get to know

Regards,
NaNi