Can't find selector

Hey everyone,

somehow I can’ select this window, see screenshot. It appears if I choose to open a file with some other application.

Any ideas?

This is how one gets there, see screenshot.

@muehlbauer157

How are you trying to open…

For opening any file in specific application we use start process activity with the exe to activity and send the required file as the parameter to it

Cheers

hey @Anil_G

first of all thanks for your reply! I know that I can use start process but for my explicit use case I need the selector of above mentioned window.

Let’s say I just want to change the way a specific file type is opened automatically without using the settings.

Kr

@muehlbauer157

For the same you would use start process with the required application exe path and the file name…that window cannot be spied and also the way to open files you need is to use start process or use application browser and not the ui clicks

Cheers