[Windows] Start Application
Description​
Start the Windows driver and the Windows application with the given absolute path.
Keyword name: startApplication
Parameters​
Parameter | Parameter Type | Required | Description |
---|---|---|---|
appFile | String | Yes | The absolute path to the Windows Executable File (*.exe) of the test machine. |
Example​
"Start the note pad application"
Windows.startApplication('C:\Windows\System32\notepad.exe')