mirror of
https://github.com/xpzouying/xiaohongshu-mcp.git
synced 2026-08-28 09:36:40 +08:00
2a57ab412f
getContentElement 原先用 Race + MustDo:兜底分支返回的普通 error 会让 Race 立刻终止,等于只做一次快照,失败还以 panic 形式抛出。改为在窗口内 轮询多个候选选择器,全部落空返回可读错误。 - findTextboxByPlaceholder 去掉 MustElements,错误正常返回 - 图片上传改为按 accept 挑选输入框 Co-authored-by: Claude Opus 5 <noreply@anthropic.com>