This commit is contained in:
g1879 2023-11-21 10:43:50 +08:00
parent 62dc680573
commit 1a0d3c8029
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.0b9'
__version__ = '4.0.0b10'

View File

@ -4,7 +4,7 @@
@Contact : g1879@qq.com
"""
from .._commons.constants import Settings
from errors import ElementNotFoundError
from ..errors import ElementNotFoundError
class NoneElement(object):

View File

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