Tuesday, January 7, 2014

How to Run .exe file through Selenium Webdriver

How to Run .exe file through Selenium Webdriver

Use the below code :)
java.lang.Runtime.getRuntime().exec("D:/Automation Project WorkSpace/AceQATesting/upload.exe");


No comments:

Post a Comment