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
比如小红书的网页版,只支持手机验证码和扫码,这种情况下要如何才能先登录再进行浏览呢?
The text was updated successfully, but these errors were encountered:
这种情况只能够使用 GUI 模式,在登录页面上等待,人工登录。
Sorry, something went wrong.
提供个思路,我在做其它项目时用到的。那就是采用OCR+RPA的方式来实现自动登录。
GUI模式是要如何设置?有相关的示例代码吗?谢谢。
@platonai GUI模式是要如何设置?有相关的示例代码吗?谢谢
Windows下运行默认是 GUI 模式。如果你的执行不是 GUI 模式,那么设置配置参数: ··· browser.display.mode=GUI ··· 或者: ··· BrowserSettings.withGUI() ···
No branches or pull requests
比如小红书的网页版,只支持手机验证码和扫码,这种情况下要如何才能先登录再进行浏览呢?
The text was updated successfully, but these errors were encountered: