I've been working on it for long duration but couldn't come across any new solution. Automating the scenarios like File Uploading (Text Box would be disabled, until & unless at least once file has been uploaded by corresponding Browse Button). Selenium+AutoIt is the only combination which is able to handle this kind of scenarios. AutoIt is not that stable & doesn't provide accuracy all times.
Is there any better way to handle scenarios like this with web-driver, Java etc (to get rid of AutoIt) ?
If AutoIt is the only way to handle it, how can we make it to provide more accuracy ?