浏览器兼容性及mitm析构方法

This commit is contained in:
2022-06-06 17:07:00 +08:00
parent 7135e10527
commit 81c53ba373
5 changed files with 17 additions and 5 deletions

View File

@ -72,7 +72,8 @@ class BrowserManager():
self._tabs.append(tab_info)
def terminate(self):
del self._driver
if self._driver:
del self._driver
class TabInfo(object):