Issue
Using driver.quite() leads windows interrupts controller to use 100% of CPU
Solution
Remove driver.quite() statements in your Python Selenium Program. Consider using
driver.close()
Instead of
driver.quite()
get it fixed!
Using driver.quite() leads windows interrupts controller to use 100% of CPU
Remove driver.quite() statements in your Python Selenium Program. Consider using
driver.close()
Instead of
driver.quite()