Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Selenium 未处理的检查器错误-{“代码”:-32000,“消息”:“对象引用链太长”} 硒化物版本-1.10.0 Chrome版本-85.0 Docker图像-硒/vnc_铬:81.0_Selenium_Selenium Chromedriver_Selenoid - Fatal编程技术网

Selenium 未处理的检查器错误-{“代码”:-32000,“消息”:“对象引用链太长”} 硒化物版本-1.10.0 Chrome版本-85.0 Docker图像-硒/vnc_铬:81.0

Selenium 未处理的检查器错误-{“代码”:-32000,“消息”:“对象引用链太长”} 硒化物版本-1.10.0 Chrome版本-85.0 Docker图像-硒/vnc_铬:81.0,selenium,selenium-chromedriver,selenoid,Selenium,Selenium Chromedriver,Selenoid,例外情况- org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {"code":-32000,"message":"Object reference chain is too long"} (Session info: chrome=80.0.3987.87) Build info: version: '3.14.0', re

例外情况-

org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {"code":-32000,"message":"Object reference chain is too long"}
(Session info: chrome=80.0.3987.87)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'mani-zt254', ip: 'fe80:0:0:0:4b9:53da:b2d:19d3%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.14.6', java.version: '1.8.0_191'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 80.0.3987.87, chrome: {chromedriverVersion: 80.0.3987.16 (320f6526c1632..., userDataDir: /tmp/.com.google.Chrome.g10u57}, goog:chromeOptions: {debuggerAddress: localhost:45089}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: accept}
Session ID: 53b76f85512a10c9c08655240eef4042
场景

在使用jquery1.x版本查找元素/执行任何操作时发生上述异常
因此,我注入了最新的jQuery 3.5.0能够使用jQuery执行操作,但一些页面一些jQuery方法因此发生冲突一些错误出现在浏览器控制台中单击在某些元素中不起作用,上述问题存在chrome 80.0及以上版本,现在我正在使用chrome 85.0,而不是调用:

evaluate_script
你应致电:

execute_script
详细说明。问题本身没有太多信息,但在功能测试中,如果您调用要执行的脚本,则应使用
execute\u script
调用它,而不是使用
evaluate\u script


但是大约一年左右的时间里,问题中没有那么多信息,所以只需提出一个疯狂的问题。

可能不是打电话:

evaluate_script
你应致电:

execute_script
详细说明。问题本身没有太多信息,但在功能测试中,如果您调用要执行的脚本,则应使用
execute\u script
调用它,而不是使用
evaluate\u script

但大约一年左右的时间里,问题中没有那么多信息,所以只需进行一次疯狂的提问