QIN2DIM
QIN2DIM
> When I leave the driver idle for some time it stops responding and I get this error message this is a very general description.how is the "some time", a...
the modified driver?😅
把如下配置改成下面的试试 ```yaml dns: nameserver-policy: # router.asus.com: 192.168.1.2 +.asus.com: [system] ```
Are you talking about this project? https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python I haven't started to understand it yet, but in theory hcaptcha-challenger can communicate with patchright-started browsers via the playwright-compatible interface.
Thanks. @ijnrghjkdsmigywneig203 @TellBip What other great programs like this do you recommend? I'll be doing some in-depth research on this
hcaptcha-challenger is already compatible with Camoufox. If you guys have any new requirements, please leave a message under this issue - https://github.com/QIN2DIM/hcaptcha-challenger/blob/main/CHANGELOG.md#v0170 - #1029
[python-ghost-cursor](https://pypi.org/project/python-ghost-cursor) doesn't look friendly enough and is not an end-to-end solution. 👀
这个项目我看过,作者基于信号原语搭了一层 API,但整体上风格更偏向 selenium。 hcaptcha-challenger 是基于 playwright python sdk 构建的,这几乎不太可能短时间内兼容。 但 hcaptcha-challenger 核心的 solver 模块是和 playwright 解耦的工具函数,也许可以看一下怎么构建符合要求的 input 去调模型能力。 https://github.com/QIN2DIM/hcaptcha-challenger/tree/main/src/hcaptcha_challenger/tools
This is a known problem and I am exploring some elegant ways to make the model better for this type of challenge (pipeline segment) where the model does not seem...
You can refer to this demo to skip this particular challenge type by configuring `ignore_request_questions`. - https://github.com/QIN2DIM/hcaptcha-challenger/blob/main/examples/demo_custom_agent_config.py ```python agent_config = AgentConfig( ignore_request_questions=["Drag each segment to its position on the line"],...