浏览器析构方法

This commit is contained in:
2022-06-06 17:15:10 +08:00
parent 81c53ba373
commit 5d2b86d8e7
2 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class BrowserManager():
def terminate(self):
if self._driver:
del self._driver
self._driver.terminate()
class TabInfo(object):