Hi @Allan_Zimmermann ,
I am currently working on a web automation project and facing difficulties locating the XPath of certain elements using TruePath, SelectorsHub, and ChroPath extensions. Here’s what I encountered:
- TruePath: The XPath field is empty.
- ChroPath: It shows, “This element might be inside an iframe from a different src. Currently, ChroPath doesn’t support such elements.”
- SelectorsHub: It says, “This element is inside Shadow DOM and for such elements, XPath won’t support.”
Could you guide me on how to handle these scenarios? Any tips on accessing elements inside Shadow DOM or iframes would be greatly appreciated.
Thanks,
Ashok S