I am automating one web application using perl and selenium which works irrespective of browser. As the selenium is built to work entirely on web technology,it can not handle dialog box or save as window. so autoit is the tool which can be used with perl to handle dialog box.
Here is the autoit script which handles dialog box.
Code:
f $CmdLine[0] < 2 then ; Arguments are not enough msgbox(0,"Error","Supply
Leave a comment: