Hi all, I need help clicking the time “11:00am” in this area of times. The court (column) does not matter. When extracting the table, it outputs as a single cell (imaged below), so indexing the click activity based on cell/time position won’t work. Any ideas?
As you got the table then loop through columns and check for contains to get for column index
Based on column index you can get the children elements of that particular column element
Loop through the child element to check for contains in either aaname or innertext if it present then use the same element to click