Currently, I am utilizing Selenium IDE to navigate through a table with multiple rows and columns. Each row within the table contains its own checkbox for selection purposes.
In my attempt to search for a specific row, I have been using the following command:
css=tr:contains('US Tester4') input[type="checkbox"]
The issue arises when there are similar words in the column such as "US Tester41" or "US Tester42", causing the incorrect row to be selected.
I have considered changing the word "contains" to alternatives like "equals" or "exactly" but have encountered syntax errors in doing so.
Any recommendations or solutions?
Please refer to the screenshot for further clarification: