I'm extensively using Selenium for integration testing. Works great for all normal stuff (HTML/AJAX), but no go when I'm trying to test third party ActiveX, Java applets and Flash components.
The solution I've found for this is Sikuli. Works great locally, but how can I integrate that into Selenium?
btw. if that's relevant, for Selenium I'm using Python API.