g1879
771e43dc94
修改README
...
Updated the README to enhance clarity and add new sections.
2026-06-06 17:28:42 +08:00
g1879
21a5eefd6b
Merge pull request #670 from jumodada/plan/navigation-result-object
...
feat: page.get支持返回NavigationResult
2026-06-05 09:17:07 +08:00
jumodada
ff1569a4bc
支持可选导航结果且保持旧get返回兼容
...
支持 chrome iframe
2026-06-01 18:50:10 +08:00
g1879
f2d501ddd1
Delete .github directory
2026-05-26 15:16:05 +08:00
g1879
6a0278af27
删除没用文件
2026-05-26 15:15:21 +08:00
g1879
f9aabf8249
4.2.0b10大量升级,详见gitcode
2026-05-26 15:10:13 +08:00
g1879
05a4c2efba
Merge pull request #622 from Hunmuhe/master
...
新增认证代理功能
2026-05-26 15:00:00 +08:00
g1879
3dc4ec453f
Merge branch 'master' into master
2026-05-26 14:59:43 +08:00
g1879
3f6894ccb1
Update README.md
2026-05-26 14:55:37 +08:00
g1879
f1caf7f58a
Merge pull request #641 from hamflx/master
...
Fix memory leak caused by `BrowserDriver.BROWSERS` references
2026-05-03 11:54:01 +08:00
g1879
b5b510fcce
Merge pull request #661 from DullJZ/master
...
fix: 修复macOS系统上的组合键问题、退格键问题
2026-05-02 22:44:27 +08:00
g1879
d2180756fc
Merge pull request #665 from M4rque2/master
...
bugfix: 过滤chrome://newtab-footer/目标,修复Chrome 146+ 连接错误标签页的问题
2026-05-02 21:09:03 +08:00
g1879
40c6daacb6
Merge pull request #593 from Xeonacid/patch-1
...
Fix typo
2026-05-02 21:08:05 +08:00
g1879
05957034f6
Merge pull request #629 from vmalik25/pdf-download-fix
...
Fix PDF download issue occuring because of newline command in get_pdf function
2026-05-02 17:14:47 +08:00
g1879
11f525600f
Merge pull request #658 from Flikify/master
...
fix: DownloadMission.wait() ignores is_done when timeout is set
2026-05-02 17:14:00 +08:00
g1879
2b87ed639d
Merge pull request #635 from luojiaaoo/patch-1
...
fix: write bytes by 'wb', newline is wrong parameter
2026-05-02 17:11:04 +08:00
g1879
072a4920b2
Merge pull request #604 from xiyuan-cdp/master
...
修复bug:DrissionPage联动playwright出错:获取对象失败,尝试用管理员权限运行。 (#602 )
2026-05-02 17:10:21 +08:00
g1879
8d77172b7d
Update README.md
2026-04-28 21:14:20 +08:00
g1879
21ce52767a
Update README.md
2026-04-27 23:01:10 +08:00
g1879
0f6bc42ae3
Update README.md
2026-04-27 23:00:15 +08:00
g1879
d3874ec358
Update README.md
2026-04-27 22:41:26 +08:00
g1879
6b15fe7972
Update README.md
2026-04-24 10:36:46 +08:00
g1879
8d9a4f7398
edit readme
2026-04-23 21:44:57 +08:00
M4rque2
92d87894a5
bugfix: 过滤chrome://newtab-footer/目标,修复Chrome 146+ 连接错误标签页的问题
2026-04-21 14:49:03 +08:00
DullJZ
0096cbe86b
fix: Improve keyboard input handling by ensuring correct virtual key code dispatch, adding macOS Meta key command mapping, and explicitly dispatching modifier key events.
2026-03-22 03:19:09 +08:00
Flik
09912a214d
fix: DownloadMission.wait() ignores is_done when timeout is set
...
When `timeout` is passed to `DownloadMission.wait()`, the while loop only checks
`perf_counter() < end_time` but does not check `self.is_done`. This causes the
method to always wait for the full timeout duration even if the download has
already completed.
Fix: add `not self.is_done` condition to the loop, consistent with the
`timeout is None` branch.
2026-02-27 13:38:11 +08:00
g1879
4bebd1354f
Update README.md
...
修改图片路径
2026-01-20 23:10:42 +08:00
g1879
459c8096e1
Create code.jpg
...
add img
2026-01-20 23:09:33 +08:00
g1879
9f7a3881b8
Update README.md
...
add ad
2026-01-20 23:08:10 +08:00
g1879
7ab9bcea9c
Create ad.png
...
ad img
2026-01-20 23:05:49 +08:00
g1879
8cbaed46a8
Create texts.py
...
补充文件
2026-01-20 22:54:02 +08:00
g1879
4fb6c75a58
用DrissionGet取代DownloadKit;改用url记录浏览器唯一性;优化连接ws浏览器逻辑
2026-01-20 22:44:18 +08:00
hamflx
521b1ed019
Fix BrowserDriver.BROWSERS memory leak
2025-12-05 01:14:53 +08:00
NOKIAO
4b6e3b797d
fix: write bytes by 'wb', newline is wrong parameter
2025-11-24 09:28:29 +08:00
Vishal Malik
3b4ef5d109
Fix PDF download issue
2025-10-23 18:32:05 +05:30
魂穆河
c566274574
增加认证代理
2025-09-20 01:54:32 +08:00
魂穆河
35a0b00a7b
修复缺少的texts.py文件
2025-09-20 01:52:11 +08:00
xiyuan
e0862cb5a6
修复bug:DrissionPage联动playwright出错:获取对象失败,尝试用管理员权限运行。 ( #602 )
2025-08-08 16:02:53 +08:00
xiyuan
c69c35d769
修复bug:SessionPage的bug ( #553 )
2025-08-08 16:02:21 +08:00
g1879
5f502826f7
4.1.1.2
2025-08-08 10:54:32 +08:00
Xeonacid
b72b8c2bf4
Fix typo
2025-07-10 10:27:47 +08:00
g1879
92723a0c84
Create FUNDING.yml
2025-03-25 11:20:58 +08:00
g1879
cadf7c27b8
4.1.0.17
...
详见gitee
2025-03-21 14:23:40 +08:00
g1879
ea7d539fbe
4.1.0.13
2024-12-06 19:06:56 +08:00
g1879
3d9df5341c
Merge branch 'master' of https://github.com/g1879/DrissionPage
2024-11-11 09:50:08 +08:00
g1879
3768f3195e
详见gitee
2024-11-11 09:50:03 +08:00
g1879
5633d78467
Merge pull request #426 from iyume/patch-1
...
Improve the quote escape in locator
2024-11-08 09:52:06 +08:00
Anh71me
74102155dc
Update locator.py
2024-10-31 16:11:04 +08:00
Anh71me
319a678b43
Improve the quote escape in locator
2024-10-31 11:20:06 +08:00
g1879
986aa31524
Delete imgs/ad.png
2024-10-09 17:32:24 +08:00