Hi guys,
I need help.
I have to click on image that there is no id or text associated. I can not use the div id, due to it is dynamic. I can click on text beside the image (another td), using the id or text, it is fixed (ex id=2180). But I can not click on highlighted image.
I´ve tried many options .. like:
td[contains(text(), 'INTEGRAÇÃO SIGA2 - SECRETARIA DIGITAL IDE')]/preceding::td/img[contains(@src, 'treeimgs/tree/point.gif')]
tr[td[contains(text(), 'INTEGRAÇÃO SIGA2 - SECRETARIA DIGITAL IDE')]]//img[contains(@src, 'treeimgs/tree/point.gif')]
