不支持请求的版本(chrome 驱动程序)

问题描述 投票:0回答:1
[6244:1880:0929/171549.191:ERROR:gl_display.cc(497)] EGL Driver message (Error) eglCreateContext: Requested version is not supported
[6244:1880:0929/171549.225:ERROR:gl_display.cc(497)] EGL Driver message (Error) eglCreateContext: Requested version is not supported
[5568:10620:0929/171550.355:ERROR:cert_verify_proc_builtin.cc(1063)] CertVerifyProcBuiltin for accounts.google.com failed:
----- Certificate i=1 (CN=Selenium Wire CA) -----
ERROR: No matching issuer found

我在使用电线时不断收到此错误,但没有电线时它工作正常。你们能帮帮我吗?

我在使用电线时不断收到此错误,但没有电线时它工作正常。你们能帮帮我吗?

selenium-webdriver
1个回答
0
投票

这里的问题是SSL证书验证, 所以也许你需要使用
如果你使用的是java

ChromeOptions 选项 = new ChromeOptions(); options.addArguments("--ignore-certificate-errors");

© www.soinside.com 2019 - 2024. All rights reserved.