Configure AutoIt with Selenium script:

  1. Download AutoIt Full Installation and install
  2.  Create a new file with extension .au3 | Open a folder Right click > AutoIt v3 Script
  3.  Right click the file > Edit Script.
  4.  Remove all the scripts (if present)
  5. Select Tools > AU3Recorder [record and playback]
  6. Select all the 3 check box before recording
  7.  Press 'Click To Record'
  8.  After recording, try to edit/remove the function name that starts with an underscore '_' (from script). ie., _AU3RecordSetup()
  9.  Right click the file > Compile Script
  10.  An executable file .exe will be generated and ready for integration with Selenium
  11.  Call the Autoit script, file.exe in Selenium script as shown below, 
          Runtime.getRuntime().exec("C:\\Users\\RB\\Desktop\\create.exe");
   Note:
1.       Install SciTE, SciTE4AutoIt3.exe if the option, AU3Recorder found missing under tools menu.
2.       Sometimes issues like. "The program can't start because MSVCR100.dll is missing from your computer." may appear. Try installing,
Microsoft Visual C++ 2010 Redistributable Package (x86) (or)
Microsoft Visual C++ 2010 Redistributable Package (x64) based on your machine support for fix.
3.       Autoitscript Functions