selenium 使用close和quit关闭driver的不同点
Posted hexianl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium 使用close和quit关闭driver的不同点相关的知识,希望对你有一定的参考价值。
Driver.Quit()与Driver.Close()的不同:
Driver.Quit(): Quit this dirver, closing every associated windows;
Driver.Close(): Close the current window, quiting the browser if it is the last window currently open.
以上是关于selenium 使用close和quit关闭driver的不同点的主要内容,如果未能解决你的问题,请参考以下文章