Closes the console.
consoleWindow.Close ([sItemIdentifier])
Variable | Description |
---|---|
sItemIdentifier | The index of the console window or the caption of the window. If this parameter is left blank, Silk Test Workbench closes the first found console window. STRING. |
consoleWindow.Close(2)
consoleWindow.Close("C:\\Windows\\system32\\cmd.exe[1]")