Dynemic selector write in excelfile

I have one website that are https://www.indiabix.com/ in that website i have to do all Question, Option like A,B,C.D and Answer write to one excel file using dynamic selector
There are 3 pages of question I m done with first page of the question but it is not going on next page how to do that
@Gokul001

Hello @purnima_mandan

You need to create a counter variable for page number and dynamically pass that value to the selector of the click activity.

Click activity is to click on the page number. Else if next button is there you can click in that.

Hai…

You can use loop with Counter variable… When its complete the first page click page number and pass the counter variable … You can set counter variable value as 2 in default… Then increase the value…

I set counter value as 2 but i got this error
Get Text ‘P’: Could not find the UI element corresponding to this selector:
[1]
[2]

Search failed at selector tag:
[1]
Screenshot 2022-12-25 234417

In click activity, go to edit selector and pass that counter variable instead of aaname

Or else you can use click activity for next button

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.