I'm working with a site that uses a method of hiding DOM elements from the main DOM, and as a result of this, the Power Automate Desktop UI Spy can't see elements within that #shadow dom tree. Does anyone here have way to create a control / selector that lets us to interreact with these elements? Maybe there is a process for creating a custom selector?
You can easily reproduce my issue by trying to create a UI element on this page: https://books-pwakit.appspot.com/
Try creating a selector for the input text field on that page. If you inspect the page using browser dev tools, you will see the "#shadow-root (open)" node I am trying to get around to select an element within that.
There are ways to interact by using actions like mouse clicking X/Y coordinates and also using OCR actions, but I would prefer to be able to build custom selectors if possible.
Thanks for looking at my issue!