Converting to GUI-less interface
GMarkham
![]()
- Joined: Jul 31, 2010
- Posts: 10
Hello,
I created a script recently which I'd like to make a bit more flexible and robust. The script automates interaction with another program, PageScrape, and currently makes use of wait for mouse, wait for window, focus window, & various mouse / keyboard commands. In other words, it's almost all GUI. How can I convert this to non-gui? Is it even possible?
Thanks,
Greg
codex
![]()
- Joined: Nov 12, 2009
- Posts: 161
It's not possible at the moment (since there are no actions for automating third party applications in general, through their controls). However, if you do not want to loose the control of your machine, you can install WinAutomation in a VMWare machine. This way, your jobs will be assuming control of the virtual machine (it can be minimized) and you can work normally in your machine.
GMarkham
![]()
- Joined: Jul 31, 2010
- Posts: 10
That's a good idea. But, would that require another license for WinAutomation?
Samantha
![]()
- Joined: Apr 23, 2010
- Posts: 2326