in reply to Re^6: Read the contents of a java application window in unix..
in thread Read the contents of a java application window in unix..
I already told you:
... Rewrite the parts that get a screen image to work with X11.
For example, under many Unix systems, there is a program called import, which takes a screenshot. Use that program to get the current screen contents and then work with the other code of Win32::GuiRobot. You will need to remove everything that references Prima and replace it with your own code.
|
|---|