testing win32 apps with wine

2004-03-11 Thread brian
Can anyone point me to a good read on testing win32 apps on linux with wine? I want to write scripts that automate mouse clicks on buttons, read output from text fields, and grab pixel colors. My language of choice is python. -- Brian Edwards brian at chrissyandbrian.com

Re: testing win32 apps with wine

2004-03-11 Thread Jakob Eriksson
On Thu, Mar 11, 2004 at 10:40:23AM -0500, [EMAIL PROTECTED] wrote: Can anyone point me to a good read on testing win32 apps on linux with wine? I want to write scripts that automate mouse clicks on buttons, read output from text fields, and grab pixel colors. My language of choice is python.

Re: testing win32 apps with wine

2004-03-11 Thread Jeremy White
Codeweavers CXTest is supposed to do this, I believe? And, in theory, we're going to make that publicly available soon, but it's not quite ready for prime time yet... (hopefully just a few weeks yet). Cheers, Jer