Hello,
Actually, I do not know much about HTML and CSS.. but I'd like to select icons from data that is matched certain conditions from a webpage by using CSS selector.
For example, I want to click the square icon corresponding to the data which "Type" column is MCO.

selector of suqare icon:
#table > div.wux-layouts-collectionview.wux-controls-abstract.wux-layouts-datagridview.supportsCustomScrolling > div.wux-layouts-body > div > div.wux-scroller.wux-ui-is-rendered > div > div:nth-child(1) > div:nth-child(2) > div

selector of MCO:
#table > div.wux-layouts-collectionview.wux-controls-abstract.wux-layouts-datagridview.supportsCustomScrolling > div.wux-layouts-body > div > div.wux-scroller.wux-ui-is-rendered > div > div:nth-child(1) > div:nth-child(1) > div > span > a > img
