This commit is contained in:
g1879 2023-10-20 18:24:01 +08:00
parent 2d5f1687c8
commit 8e8394a889
2 changed files with 3 additions and 1 deletions

View File

@ -149,3 +149,5 @@ class Browser(object):
if f' {self.process_id} ' not in p.read():
break
sleep(.2)
Browser.BROWSERS.pop(self.id)

View File

@ -25,7 +25,7 @@ class ChromiumElement(DrissionElement):
def __init__(self, page, node_id=None, obj_id=None, backend_id=None):
"""node_id、obj_id和backend_id必须至少传入一个
:param page: 元素所在ChromePage页面对象
:param page: 元素所在页面对象
:param node_id: cdp中的node id
:param obj_id: js中的object id
:param backend_id: backend id