Unselect same attribute in selector for multiple activities

Hello, i have a question about the selector. I make an automation in the browser however the selector when indicating the element in the browser, always cathes " htmlwindowname" attribute.

This attributes changes from time to time and therefor needs to be unselected in all of the activities.
Is there a way in which i can make it unselect on default or easily remove them all??

Capture

Hi @Rvoll,

If you know this attribute is changing, you can replace this value with wild card *

To do that you can open the xaml file in Notepad++ or notepad and search for the attribute htmlwindowname and replace with *

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.