I am going through a HTML table and looking for a specific element. I finally got it to find that “child” element and highlight it. However, after I get it to highlight, I then try to perform a click on that same “child” element and it does not register. Does anybody have any idea why?
have you added any property like selected/backgroundcolor/highlight check that, if it is selected then selectors will changes once you highlight.
I haven’t touched the selectors. It highlights the element found in Find Children activity, turns off the highlight, and then is supposed to click that same element…but it just wont click it. The highlight and click are using the same element property which I named “child”