Skip to main content

[Windows] Start Application

Description​

Start the Windows driver and the Windows application with the given absolute path.

Keyword name: startApplication

Parameters​

Parameter Parameter TypeRequiredDescription
appFileStringYesThe 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')
Was this page helpful?