Fine
yes it can be incremented with a variable assigned to both idx and isleaf
like this
–use a loop either while or do while or for each activity based on your need with a appropriate condition
–inside the loop use a assign activity like this
counter = 1
where counter is a int32 variable
–now use a data scrapping tool and get the selector
–make sure that we are making changes like mentioning that variable in the selector inside the SELECTOR EDITOR, because we need to pass that selector as string (within double quotes)
–now the selector be like this
" app> app-root> div> div> employee-list> main> div> div> tg-div>> div> idx =’ " + counter.ToString + " ‘ isleaf =’ " + counter.ToString + " ‘tag =’ SPAN '/>"
mention this in the selector property as input and not inside the selector editor because changes inthe selector editor especially when mentioning variable wont be taken
so only passing the selector as string will be considered
hope this would help you
kindly try this and let know for any queries or clarification
Cheers @Gilberto