Message: unknown error: result.webdriverValue.value list is missing or empty in Runtime.callFunctionOn response
时间: 2024-06-13 20:06:17 浏览: 123
message:自动真机调试 Error: Aborted. Please retry appid: wxcc22649cfe0
这个错误通常是由于ChromeDriver版本与Chrome浏览器版本不兼容引起的。建议您更新ChromeDriver版本以匹配您的Chrome浏览器版本。您可以在以下链接中找到适合您Chrome浏览器版本的ChromeDriver版本:http://chromedriver.chromium.org/downloads
另外,您还可以尝试使用selenium-webdriver的最新版本,以确保您的代码与最新的ChromeDriver和Chrome浏览器版本兼容。
```python
pip install selenium --upgrade
```
阅读全文