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

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
  • Comment on Re^2: Read the contents of a java application window in unix..

Replies are listed 'Best First'.
Re^3: Read the contents of a java application window in unix..
by Corion (Patriarch) on Oct 08, 2007 at 06:33 UTC

    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.

        As you don't tell me any details on how the installation of Win32::GUIRobot fails for you, I cannot help you. Win32::GUIRobot needs Prima to be installed, but I can't help you with that.

        For decoding the screen on Unix, I would take the code of Win32::GUIRobot, and rewrite the parts that get a screen image to work with X11 instead of using Prima.