Could anyone advice me about above Subject?
I want to loop each rows of a html page having table tag.
So I set the CSS selector as below.
However it doesn't work even though I forced the %RowIndex% as number 0 before running the step.
Is this usage incorrect?
If give the setting back to original, it dose works.
Just changed the orignal selector from
div[Id="sr"] > div[Class="basicsearchresults"] > table > tbody > tr:eq(0)
to
div[Id="sr"] > div[Class="basicsearchresults"] > table > tbody > tr:eq(%RowIndex%)
Reards,