Python proxy an application
Posted
by sharvey
on Stack Overflow
See other posts from Stack Overflow
or by sharvey
Published on 2010-04-19T02:43:37Z
Indexed on
2010/04/19
2:53 UTC
Read the original article
Hit count: 416
Does anyone know of a library that enables you to run an application inside some kind of sandbox, with virtual mouse and keyboard support.
The use case would be to create some kind of visual test runner, that would replay all actions taken during recording and play them back.
So far I found autopy, but the fact that it controls the real mouse position is problematic, because it prevents user interaction with other tools (debugger or anything) while running.
Cross platform would be nice, but either windows or os x is fine. Python would be ideal but anything that you could create python bindings for would be ok too.
© Stack Overflow or respective owner