I have a grid panel created with ExtJS that contains over 20 rows of data. My goal is to use WebdriverIO as the test driver to search through each row for an icon indicating active mode.
How can I write a script that searches each row until it finds the first instance of the active icon? (Please note: The grid being tested is located on alegra.com).
Here's an image showing the HTML structure: