📌  相关文章
📜  selenium 中 driver.close 和 driver.quit 之间的区别 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:09.647000             🧑  作者: Mango

代码示例1
close() method shall close the browser which is in focus. 
quit() method closes all the browsers. 
close() method closes the active WebDriver instance.
quit() method closes all the active WebDriver instances