I have an issue with the webpage I am interacting with, where the selector is currently defined as below but the ID can change every time it refreshed:
I’ve tried to use the anchor base and other attributes to identify the element but no luck.
Can I switch to modern experience for existing projects? It looks like it only applies to new projects.
Hi @HMJason Can you try removing the id from the selector. It looks like you’re using Anchors as the selector has . Does it not working with normal selector?
Could you let us know when you mean it doesn’t work, Does it not highlight the UI Element as well or is it a runtime execution issue ?
We also see that in the Selector provided, you have two instances named Hello, maybe you are trying to mask this, but do you think this anchor is a stable one, we ask this because you have provided two id the same names title and aaname.
Let us know if you are to highlight the UI Element else we need to make it work at first.