You've already forked Douyin_Web_Live
浏览器析构方法
This commit is contained in:
@ -71,6 +71,9 @@ class BrowserManager():
|
||||
if tab_info not in self._tabs:
|
||||
self._tabs.append(tab_info)
|
||||
|
||||
def terminate(self):
|
||||
del self._driver
|
||||
|
||||
|
||||
class TabInfo(object):
|
||||
TAB_TYPE_OTHER = "other"
|
||||
|
Reference in New Issue
Block a user