At work I use a Mac Pro for front-end dev. I run different versions of IE in Wine to have a fully integrated testing and development environment. I am now working on a side project to do automated testing across all of our supported browsers. I have checked out projects like Selenium, but none of them seem to quite meet my needs so I am trying to build one that works for exactly what we need.
It occurred to me today that I might be able to use Mac OS's services like macros to automate some of the Mac browser clients. The wall I hit pretty quick is how to interact with the Windows browsers I run in Wine.
Are there any solutions that will allow me to run macros through Wine that can interact those applications?