Dear,
I’m testing a GWT-project and I’m stuck with following…
We have a table with 4 columns,
1 = checkbox
2,3,4 = text
Now I would like a script (or something else) that search a text in the 4th column (Omschrijving) and then select the checkbox in the first column.
I don’t have any fixed reference to the checkbox, so it have something like: search for text and then select the checkbox in the first column(TD) of this row(TR)
Table

Structure of html
In this case I need a script that search for “vergoeding verplaatsingstijd” and the select checkbox gwt-uid-162.
The table can be very long (2000 rows).

Can somebody give me a hint where to start
Kind regards Wim