V
Valkyrie.7
Guest
<svg aria-hidden="true" class="mln2 mr0 svg-icon iconHistory" height="18" viewBox="0 0 19 18" width="19"></svg>
I was able to find process name like this
Win32Window control = Win32Window.FromProcessName("Application");
Now I need to click on a button like this
control.Children[22].Click;
How I can do that and how to find the target control index ?
Continue reading...
I was able to find process name like this
Win32Window control = Win32Window.FromProcessName("Application");
Now I need to click on a button like this
control.Children[22].Click;
How I can do that and how to find the target control index ?
Continue reading...