WinAppDriver - Start the WinAppDriver.exe by script using some java code
instead of starting manually all the time
Steps:
To Start :
Desktop desktop = Desktop.getDesktop();
desktop.open(new File ("C:\\Program Files (x86)\\Windows Application Driver\\WinAppDriver.exe"));
To Stop:
Runtime.getRuntime().exec("taskkill /F /IM WinAppDriver.exe");
#winappdriver #windowsautomation #automatecalculator
Download
0 formats
No download links available.
WinAppDriver - Start WInAppDriver.exe by Code | NatokHD