close()じゃなくてquit()ならcontext manager実装されてるよ

with webdriver.Chrome() as driver:
__do_something_with(driver)