4.0.0b26修复小问题

This commit is contained in:
g1879 2023-12-21 21:31:05 +08:00
parent 17728bdfa2
commit 98b992ac90
3 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ from ._configs.chromium_options import ChromiumOptions
from ._configs.session_options import SessionOptions
__all__ = ['ChromiumPage', 'ChromiumOptions', 'SessionOptions', 'SessionPage', 'WebPage', '__version__']
__version__ = '4.0.0b25'
__version__ = '4.0.0b26'

View File

@ -622,7 +622,7 @@ class ChromiumBase(BasePage):
pass
if perf_counter() >= end_time:
return None if single else []
return NoneElement(self) if single else []
sleep(.1)

View File

@ -6,7 +6,7 @@ with open("README.md", "r", encoding='utf-8') as fh:
setup(
name="DrissionPage",
version="4.0.0b24",
version="4.0.0b26",
author="g1879",
author_email="g1879@qq.com",
description="Python based web automation tool. It can control the browser and send and receive data packets.",