mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
微调
This commit is contained in:
parent
2d5f1687c8
commit
8e8394a889
@ -149,3 +149,5 @@ class Browser(object):
|
||||
if f' {self.process_id} ' not in p.read():
|
||||
break
|
||||
sleep(.2)
|
||||
|
||||
Browser.BROWSERS.pop(self.id)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user