Interview Questions

SELENIUM REAL TIME INTERVIEW QUESTIONS - Customize the name of file going to be downloaded?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

SELENIUM REAL TIME INTERVIEW QUESTIONS - Customize the name of file going to be downloaded?

You have to download AUTO IT.exe file and has to be install
and later you have create .au3 file (in this file you have to specify the commands in VB script like your file name, where have to save, it will be easy may be 3 or 4 steps ) using AUTOIT...then right click the .au3 file you have to compile ....after that you will get the .exe file with the name of .au3 file ..In eclipse you will give the code like this

<----ProcessBuildder ps = new ProcessBuilder("path of the .exe file of au3") .start();--->

(Continued on next question...)

Other Interview Questions