I am using a tool Selenium to write automated test cases
It uses the form ID and the ID of a link to navigate through the test case.
That works great with anything that is not in a table, but for table
elements I get something like the following "_idJsp49:_idJsp108:0:_idJsp123"
So I am wondering if there is a way to forceID on a row?
I know that there is "forceIdIndexFormula" but that created something like
"_idJsp49:_idJsp108:PROFILE2314:_idJsp123", but the rest of the tags might
change.
So that would work great for me if the tag was something like
"${FormName}:PROFILE2314" where I can know in my testing code what the form
ID is exactly.
Is there a way to do this or something equivilent?
Thanks
Kal