C# - Control another application's windows using Thoughtworks White -


i'm creating c# program , need control application. found this example, doesn't work me (or @ least can't make work).
1) application running (so can't use application application = application.launch("foo.exe");
2) has textbox , need read what's written in it.
3) want press 1 of buttons (this can done that: button button = window.get<button>("save"); button.click();

i searched google, didn't find working.
can me? in advance.

the documentation doesn't mention it, application.attach() allows access program running. there, expect work documented.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -