aquality-selenium-dotnet
aquality-selenium-dotnet copied to clipboard
Add webdriver context and make it available from the Browser instance
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).