

Under this, we will see how to use AutoIt editor and how to find element on file uploader window through AutoIT Element Identifier (Element identifier is a tool like selenium IDE, identifier find the element of window GUI or non HTML popups and provide the attribute of element like title, class, instance ) and how to write script on AutoIT editor using 3 methods.įor Example: We will use “Write to us” page of guru99 to upload resume ( Doc file).Īfter clicking on ‘Choose File’ button from the “Write to us” page, we need to call AutoIT script. Finding element through element Identifier and writing script on AutoIT editor.

Note: Once you done with this element identifier you need to close manually, it will not close automatically. Go to ‘C:\Program Files (x86)\AutoIt3\SciTE’Īnd click on ‘SciTE.exe’ file, the AutoIT editor opens as shown in below screen.Īnd click on ‘Au3Info.exe’ file, the element identifier opens as shown in below screen. Step 7): After successfully installation – open up AutoIT Editor. Step 6): For Installing AutoIT-Click on both AutoIT setup one by one. Step 6): Click on the link as shown below.Īfter download you will get two setup file as shown in below screen, first is AutoIt version 3 setup and second is Scitautoit3. Step 5): Now download “Autoit editor” by clicking on ‘Downloads’ button. Step 4): Download “Autoit” by clicking on ‘Download Autoit’ button. Step 3) Click on ‘AutoIT’ Downloads option. Step 2): Hover on ‘Autoit’ and ‘Autoit Editor’ dropdown. Here we need three tools in order to this. Moving ahead in this AutoIt tutorial, we will learn how to upload a file in selenium web driver using AutoIt. AutoIt in Selenium is required as these window based activity are not handled by Selenium.

Selenium is an open source tool that is designed to automate web-based applications on different browsers but to handle window GUI and non HTML popups in application.
