Hello,
I have a table to which rows can be added and deleted. This table can contain mutiple entires of the same data, such as a name. What I would like to do is return the rowid using a combination of td content.
For example:
Brian/Andrews/34 Road
Brian/Turner/19 Drive
I would like to produce an iTest entry to locate the rowid of Brian Turner using text() 'Brian' and '19 Drive'.
I would be extremely grateful for any advice provided.