Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

获取sign时,page.goto("https://www.xiaohongshu.com") 后小红书出现滑块验证,怎么处理 #40

Closed
chenxiaolou opened this issue Aug 9, 2023 · 1 comment

Comments

@chenxiaolou
Copy link

No description provided.

@NanmiCoder
Copy link

是使用 example/basic_usage.py 中出现的吗?
如果是的话,可以提前在goto前加一个webId的cookie,像这样:

context.add_cookies([
{'name': 'webId', 'value': "1", 'domain': ".xiaohongshu.com", 'path': "/"}
])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants