We use Watir with AutoIT for testing our web apps with IE on Windows. The AutoIT is used where Watir falls short in handling native Windows dialogs (like Windows File dialog for upload).
Because of AutoIT, we are not able to run our tests using task scheduler as AutoIT operations from Watir code need an Interactive Desktop session.
We have tried a few tricks (RDP from a RDP, etc.) but w/ no success and are not able to do true automation.
Any ideas? Open to replacing AutoIT if it can help us achieve true end2end testing automation.