When trying to run the following code
drive = webdriver.Chrome(chromedriver_locator) drive.get(any_syte) drive.close() drive.get(any_syte) I get an error WebDriverException: Message: no such session Is it possible to close and then open a new window within the same web session?