in reply to Read the contents of a java application window in unix..

See Win32::GuiTest, and Win32::GuiRobot, which has "image recognition" for window systems that do not use the Win32 native high level calls (like Java programs likely do).

  • Comment on Re: Read the contents of a java application window in unix..

Replies are listed 'Best First'.
Re^2: Read the contents of a java application window in unix..
by peter.arun (Initiate) on Oct 08, 2007 at 06:07 UTC
    Hi!! Thanks for the reply.. I am aware of Win32GUI::Test module. but it works only in windows platform. I need a module which works on Unix platform in order to read the contents 0f a java application window... Thanks in Advance Peter

      Oh - sorry, I misread that you were on Windows. For Unix, there is X11::GuiTest and I think you can adapt Win32::GuiRobot to do the "screen decoding" on Unix quite easily.

        Hi, I am unable to install Win32::GUIRobot on windows. and can u please tell me how can i do the screen decoding on Unix.