I need to test Selenium IDE with the following situation
I have a page where there are 3 columns with several lines (Field name, Status, Editable?)
In my test, I need to check if a certain field in this list has the "Editable" flag checked, and if so, I need to uncheck it to start the test
Example: My field is in the fifth line of this page, I need to scan the list until it finds it, and when it finds, check if this "Editable" check box is checked, and if it is, uncheck it. p>
Is there any way to verify this condition?