Selector with ID that always change

Hi guys,

I’m having trouble with Selector , because the ID is always changing. So I can’t use id=“gwt-uid-2102”. Any suggetion?

Thanks!

You can use wild card (*) astreik symbol.

If any value is dynamic in selector you can mention it as wildcard. Which will match 0 or more characters.
So here, give id=‘gwt-uid-:star:’)
I assume gwt-uid is constant.

Or one more easy method,

  • Goto the activity you have used (Click, Typeinto etc)
  • Open selector.
  • Click Attach live element.
  • Indicate the current element.

Hi Were you able to find any solution for the same, I also have the same problem where UID changes with every click and I need the UID to direct the bot to click