Hi, I'm only working with Selenium for a couple of months so I'm new at it. On our project, we are not using the driven mode for Selenium since we are working with functional testers who don't have enough technical knowledge to write Java. Till now all worked well but now we have a problem when using Xpath-functions on one screen. The situation is as follows: in our application we get a table with a number of rows. At the end of each row, there is a checkbox in order to select the rows you will be using in the next step. You would get something like this (only a small abstract): 1/2003 01/01/2003 Payment Payed 'checkbox' 01/02/2003 Payment Not Payed 'checkbox' 01/01/2003 Payment Payed 'checkbox' As you can see, row 1 and 3 are identical (also, each checkbox has the same ID). We want to check the third line (so the second identical row). We can select the second identical row if we work within the xpath expression with rows and columns BUT these rows are generated with batches so often new lines are added to the screen which makes it impossible to use this method. Does anybody have other ideas how to solve this?
_______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users