Selector for recognizing different machines

Hi, I want to know how to change the selector for recognizing different machines? For example, in dev machine, I made the automation for opening the folder and double clicking every application inside that folder.It worked perfectly fine on the dev machine but it doesn’t work on different computer.Can you please provide how to solve this?

Here’s the file
Main.xaml (22.9 KB)

Here are the applications in the folder


EOD 3 BRANCHES.zip (2.0 KB)

P.S. Use application activities and start process activities cannot be used in my automation.

@chilled_lad Have you checked if any particular attribute in the selector is getting changed when moving the code to production?

If possible please share the selector of the click activity.

Thanks

1 Like

Here are the selector attributes list

Here are selector attributes from ui explorer

try to avoid the UI automation, instead save application path in config and use start process or win+r command

Regards,
Veeraraj S