-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
Description
After launching app, even if call driver.close() or driver.quit() it doesn't kill launched app and throw Error: self.driver.quit()
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 483, in quit
self.execute(Command.QUIT)
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 201, in execute
self.error_handler.check_response(response)
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 181, in check_response
raise exception_class(message, screen, stacktrace)
WebDriverException: Message: Process has exited, so the requested information is not available.