ChrisPro
11 years agoContributor
Search an object, but index of process change
I have several process with the same name because it is the same executable, but with different INDEX.
I search to click on a button with name "MY_BUTTON", but i don't know the index of process where the button is present. In fact, the index can be change at each execution.
What is the method to search a button with name "MY_BUTTON" and present in a process with name "MY_PROCESS" in JScript?
Thanks for your answer.
I search to click on a button with name "MY_BUTTON", but i don't know the index of process where the button is present. In fact, the index can be change at each execution.
What is the method to search a button with name "MY_BUTTON" and present in a process with name "MY_PROCESS" in JScript?
Thanks for your answer.