Posted By:
Anonymous
Posted On:
Wednesday, August 22, 2001 12:05 PM
Hi, i need to automate a XWindows application (HP-UX) . i.e) i need to Screen Scrape all the manual interaction with the XWindows application programatically.i.e)We have to send & receive values from / to XWindows applications programatically. I think java.awt.Robot will solve my problem. I have the following questions 1) How to do the recording & playback function ...which will generate Robot Source Code.. 2) How to Scrape a text value from a XWindows Screen...becos the method (java.awt.Robot).createScreenCapture(Rectangle screenRect) returns BufferedImage. Can some one give a sample example which will do the same. Regards, Vidyasagar
More>>
Hi,
i need to automate a XWindows application (HP-UX) .
i.e) i need to Screen Scrape all the manual interaction with the
XWindows application programatically.i.e)We have to send & receive
values from / to XWindows applications programatically.
I think java.awt.Robot will solve my problem. I have the following questions
1) How to do the recording & playback function ...which will generate Robot Source Code..
2) How to Scrape a text value from a XWindows Screen...becos the method
(java.awt.Robot).createScreenCapture(Rectangle screenRect) returns BufferedImage.
Can some one give a sample example which will do the same.
Regards,
Vidyasagar
<<Less