How to get process ID of chromedriver.exe started by intern

119 Views Asked by At

I want get process id of chromedriver.exe started by intern somewhere printed in Intern console log .. Is there any way to get it ?any code that needs to be added in intern.js ?

I am using intern 3.1.1

chrome 76

ChromeDriver 76.0.3809.25.

1

There are 1 best solutions below

1
jason0x43 On

There isn't a great way to get Intern to display that information. Intern itself doesn't start or shutdown the chromedriver process -- that's managed by Selenium.