I am trying to close both Parent and child window.
So i am using driver.quit();
Its closing both windows properly but throwing the following exception Process refused to die after 10 seconds, and couldn't taskkill it: Unable to find executable for: taskkill
I tried with setting the path but the path is also correct. Please suggest to avoid this exception