How to search an specific button in a grid using webdriverIO
问题 I'm using an ExtJS grid panel. This grid has more than 20 rows of info and I want to search in each row for an icon that represents active mode , using WebdriverIO as a test driver. How can I search in each row till the test driver finds the first active icon? ( Note: the grid I'm testing is hosted on alegra.com ). Consider the following HTML print-screen: 回答1: It's hard to know exactly how to do it without knowing which locator you are using but if you first get a list of the rows and then