On Thursday, April 30, 2015 at 3:45:42 PM UTC+3, Mukesh otwani wrote:
Hello,
I've checked your script and it is capable to handle only Firefox (for Opera and Chrome more advanced techniques are required to detect the login pop-up) .
But appActivate function is perfectly capable to do the same so there's no need of AutoIT. More over appActivate is capable also to handle the IE pop-up.
Another thing is your method only uses AutoIT recording so no parametrization is possible.
Here's my autologin script ->
with command line parameters or property file you can choose the browser (IE or Firefox), user and password and either or not to stop the script after the first login.
No additional tools are required it is just a bat file with embedded jscript code.I think its more convenient :-) .