I’m having trouble indicating elements in a sidebar of a webpage. It seems everything that falls within #Shadow-Root is not visible by Ui Explorer. How can I build selectors for those elements inside there?
Indicate Element can only highlight the entire sidebar of the webpage… cannot choose the individual element that I’m trying to get here (“Application Sent” yellow tag text - however I will need to copy a similar pattern to also click other buttons once I can master this one)
Newer versions of UiPath would be able to choose the shadow dom selectors, but in the legacy version, my only solution was to inject javascript and code the clicks myself using js.