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
保存
co = ChromiumOptions() co.save('xxxx.ini')
调用
co = ChromiumOptions(ini_path=ini_path) page = WebPage(chromium_options=co)
完成登录后调用保存,很不稳定,有时调用的时候是带登录状态的,有时候不带登录状态
The text was updated successfully, but these errors were encountered:
No branches or pull requests
保存
调用
完成登录后调用保存,很不稳定,有时调用的时候是带登录状态的,有时候不带登录状态
The text was updated successfully, but these errors were encountered: