how can i get last table from the form that has 2 embedded tables, starting with equal word ("ID"),
resp.getTableStartingWith("ID"); give me first table, but i need last.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you distinguish them in any other fashion know to HttpUnit? summary attribute? id?
If not, you will have to simply get all the tables and iterate through them yourself. Or submit a feature request for getMatchingTables() support. That might not take too long to add.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how can i get last table from the form that has 2 embedded tables, starting with equal word ("ID"),
resp.getTableStartingWith("ID"); give me first table, but i need last.
Can you distinguish them in any other fashion know to HttpUnit? summary attribute? id?
If not, you will have to simply get all the tables and iterate through them yourself. Or submit a feature request for getMatchingTables() support. That might not take too long to add.