2
I need to perform a test on the Selenium IDE with the following situation
I have a page where there are 3 columns with multiple rows ( Field name, Status, Editable? )
In my test, I need to check if a certain field of that list is marked with the "Editable" flag, 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 I find it and when I do, check if this check-box "Editable" is checked, and if so, uncheck it.
Is there any way to verify this condition ?