Need help: how to click a certain time in web browser

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?


image

hi

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

Hope this helps

Hi @csanuik

did you try with the For Each UI Element Activity?

Regards

This activity doesn’t seem to work. After selecting each box, I get error “target element must be set”

I think that you are not setting up this correctly