Hi All,
I have a test suite of over 300 tests. When I run all tests at one go, 30% of tests fail because Chrome driver sometimes doesn't gets closed at the end of test which makes the subsequent tests to fail.
The test errors out at the beginning with error trace below. The following errors occurs because the driver object was not launched and it can't find the object reference of WebDriver.
Error trace given below
ExceptionHandler function threw exception
System.NullReferenceException: Object reference not set to an instance of an object.
The same test suite runs well on FF and Safari on Mac.
Is there any issue filed for this with Selenium HQ?
Or Is there any workaround /solution to this?