We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
添加了本地代理之后请求调用await page.goto(jd_login_url)打印出来多了一个校验div:
await page.goto(jd_login_url)
The text was updated successfully, but these errors were encountered:
截图看是白屏,没有元素
Sorry, something went wrong.
解决方案#68
No branches or pull requests
添加了本地代理之后请求调用
这个div会在`<script defer="defer" src="https://storage.360buyimg.com/jsresource/ws_js/jdwebm.js?v=mregister"></script>` 这个JS中做校验,从而不会往下执行,以至于到代码await page.get_by_text("账号密码登录").click()这里会超时await page.goto(jd_login_url)
打印出来多了一个校验div:The text was updated successfully, but these errors were encountered: