From f991e3dd81cfb501a68ec3d902e2572cb4469a1e Mon Sep 17 00:00:00 2001 From: g1879 Date: Mon, 23 Oct 2023 17:53:25 +0800 Subject: [PATCH] =?UTF-8?q?3.2.34=E6=B5=8F=E8=A7=88=E5=99=A8=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E5=8C=96=E6=97=B6=E4=B9=9F=E8=83=BD=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DrissionPage/chromium_base.py | 1 + README.md | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DrissionPage/chromium_base.py b/DrissionPage/chromium_base.py index 2575609..368af2a 100644 --- a/DrissionPage/chromium_base.py +++ b/DrissionPage/chromium_base.py @@ -100,6 +100,7 @@ class ChromiumBase(BasePage): self._tab_obj.start() self._tab_obj.DOM.enable() self._tab_obj.Page.enable() + self._tab_obj.call_method('Emulation.setFocusEmulationEnabled', enabled=True) self._tab_obj.Page.frameStoppedLoading = self._onFrameStoppedLoading self._tab_obj.Page.frameStartedLoading = self._onFrameStartedLoading diff --git a/README.md b/README.md index 0c1b297..d3378ff 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ python 版本:3.6 及以上 --- -**📖 使用文档:** [点击查看](http://g1879.gitee.io/drissionpagedocs) +**📖 使用文档:** [点击查看](https://g1879.gitee.io/drissionpagedocs) **交流 QQ 群:** 897838127[已满]、558778073 @@ -36,7 +36,7 @@ python 版本:3.6 及以上 # 🔥 新版预告 -查看下一步开发计划:[新版预告](http://g1879.gitee.io/drissionpagedocs/whatsnew/3_3/) +查看下一步开发计划:[新版预告](https://g1879.gitee.io/drissionpagedocs/whatsnew/3_3/) --- @@ -112,13 +112,13 @@ python 版本:3.6 及以上 # 🛠 使用文档 -[点击跳转到使用文档](http://g1879.gitee.io/drissionpage) +[点击跳转到使用文档](https://g1879.gitee.io/drissionpage) --- # 🔖 版本历史 -[点击查看版本历史](http://g1879.gitee.io/drissionpagedocs/history/3.x/) +[点击查看版本历史](https://g1879.gitee.io/drissionpagedocs/history/3.x/) --- diff --git a/setup.py b/setup.py index d6e1e55..3b50914 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding='utf-8') as fh: setup( name="DrissionPage", - version="3.2.33", + version="3.2.34", author="g1879", author_email="g1879@qq.com", description="Python based web automation tool. It can control the browser and send and receive data packets.",