Hello everyone
I am targeting a web element that requires at least two attributes to be found since its 'id' is dynamic (it changes every time I refresh the site).
The problem is that the action fails when I use more than 1 attribute on the selector, like this ("class" and "type" are used):

I have confirmed that both attributes are correct (allowing to uniquely identify that element) and that the selector is working in another RPA tool (UiPath).
Thanks for your help.
Have you experienced a problem like this?