in reply to How to call AutoIt script from perl

Switch to WebDiver http://seleniumhq.org/docs/03_webdriver.html#popup-dialogs

Or use Win32::GuiTest

  • Comment on Re: How to call AutoIt script from perl

Replies are listed 'Best First'.
Re^2: How to call AutoIt script from perl
by Anonymous Monk on Jul 19, 2012 at 16:32 UTC
    convert your autoit script as .exe then call that .exe file in perls
    system("myautoit.exe")