ChaXxl
ChaXxl
It looks like this  Like this  or this 
~~~python from DrissionPage import ChromiumPage, ChromiumOptions co = ChromiumOptions() path = '/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge' co.set_browser_path(path) co.use_system_user_path() print(co.user_data_path) page = ChromiumPage(addr_or_opts=co) url = 'https://www.baidu.com/' page.get(url) ~~~ 执行后输出: ~~~shell None Traceback (most...
图标解冻后乱序
工作模式:Dhizuku-隐藏 在这个工作模式下,把软件解冻后图标不能回到原来的位置,顺序会乱掉,这个问题能解决吗
DrissionPage is also a web automation tool. I would like to know the differences between PyDoll and DrissionPage, and their respective advantages and disadvantages? https://github.com/g1879/DrissionPage
## 版本信息: `系统`: MacOS 15.3.1 `Python 版本`: 3.13 `DrissionPage 版本`: 4.1.0.17 ## 代码: ~~~Python from DrissionPage import Chromium, ChromiumOptions # co = ChromiumOptions().set_browser_path('/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge') # tab = Chromium(co).latest_tab tab...
调试了好久不知道为啥返回 502  ~~~python def getVerifyCode(self, img: str) -> Optional[str]: """ 请求 OCR 服务解析验证码 """ url = "http://localhost:8000/ocr" data = {"image": img} res = self.h.post(url, data=data) if res.status_code != 200:...
### 对应功能 评论功能 ### 问题描述 这个 Bug 是有时有,有时又正常,与某视频无关。 当点击回复时,获取不到对应用户的昵称,显示 undefined。 如果点击发布,评论会发送到上一观看的视频的评论区,在这个视频下就没有 ### 脚本版本 v2.10.4-131-gabe95b90f ### 脚本管理器及版本 Tampermonkey v5.3.3 ### 浏览器及版本 140.0.3485.81 (正式版本) (64 位) ### 播放器版本 4.9.49-f82ba67a ### 播放策略 默认...