mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
修复page.set.timeouts()中implicit参数失效问题
This commit is contained in:
parent
2b1b7f6188
commit
dbabe35489
@ -42,6 +42,7 @@ class ChromiumBaseSetter(object):
|
||||
"""
|
||||
if implicit is not None:
|
||||
self._page.timeouts.implicit = implicit
|
||||
self._page.timeout = implicit
|
||||
|
||||
if page_load is not None:
|
||||
self._page.timeouts.page_load = page_load
|
||||
|
Loading…
x
Reference in New Issue
Block a user