Sunday, 8 September 2013

pid of WebDriver launched browser selenium

pid of WebDriver launched browser selenium

in C# I start up a browser for testing, I want to get the PID so that on
my winforms application I can kill any remaining ghost processes started
driver = new FirefoxDriver();
How can I get the PID?

No comments:

Post a Comment