aquality-selenium-dotnet icon indicating copy to clipboard operation
aquality-selenium-dotnet copied to clipboard

Add webdriver context and make it available from the Browser instance

Open DmitryBogatko opened this issue 1 year ago • 0 comments

Provide access to DriverService and potentially any others objects which are involved into webdriver instantiation. With access to DriverService you can get chromedriver process id and manipulate with it if needed (like kill in teardown is selenium.quit() does not work for some reason).

DmitryBogatko avatar Sep 17 '24 20:09 DmitryBogatko