Hi,
[{"id":"e86f1613ede2bc54","type":"exec","z":"d12f70e7abaacb43","command":"TASKKILL /IM msedge.exe /F","addpay":"","append":"","useSpawn":"false","timer":"","winHide":false,"oldrc":false,"name":"","x":1540,"y":80,"wires":[["59d076f1d8438796"],["bfab2bcacd99742b"],["a91d06aa99828246"]]}]

I am able to CLOSE all the open sessions of MS Edge Browser through EXEC node by using command TASKKILL /IM msedge.exe /F
How can i close only the current TAB from which the Button to run EXEC node was pressed ?
if i guessed correctly, i need to pass the PID number to the EXEC node. So how do i find the correct PID which is running the dashboard?
SUCCESS: The process "msedge.exe" with PID 3852 has been terminated.
SUCCESS: The process "msedge.exe" with PID 4904 has been terminated.
SUCCESS: The process "msedge.exe" with PID 5640 has been terminated.
SUCCESS: The process "msedge.exe" with PID 3548 has been terminated.
SUCCESS: The process "msedge.exe" with PID 7848 has been terminated.
SUCCESS: The process "msedge.exe" with PID 8676 has been terminated.
SUCCESS: The process "msedge.exe" with PID 9844 has been terminated.
SUCCESS: The process "msedge.exe" with PID 2592 has been terminated.
SUCCESS: The process "msedge.exe" with PID 312 has been terminated.
SUCCESS: The process "msedge.exe" with PID 8200 has been terminated.
SUCCESS: The process "msedge.exe" with PID 832 has been terminated.
SUCCESS: The process "msedge.exe" with PID 6676 has been terminated.