eykxas
10 months agoRegular Contributor
Best way to test multi NameMapping
Hi everyone !
I have an annoying situation. My application has certain secure functions, which require a pin code.
The window offering to enter this pin code is not always handled in the same way. There is three programs that call this window and I cannot know in advance what program it will be. Despite the window is the same, I have three different NameMapping (because the parent process is not the same).
So, I need a single script routine or keyword which can check the three NameMapping and choose the one that exists to enter the pin code.
What would be the best way to do this ?