自动登录之后,浏览器会闪退!!!
查了很多别人给的方法,终于有一个有效的:
#这里!!!!实现不关闭的重点 option = webdriver.ChromeOptions() option.add_experimental_option("detach", True)