我有一种情况,我找不到解决方案。希望会有。因此,由于 2 个不同的原因(“org.openqa.selenium.WebDriverException”),我在 Jenkins 中有一个随机“跳过”的测试:
1. "Failed to convert data to an object"
2. "Failed to decode response from marionette"
关于每个可能是什么原因以及如何解决的任何想法?
PS,
1. driver is set with "WebDriverManager"
2. Jenkins runs with 8GB RAM
3. I have another code in Azure, and I dont have these failures
4. Running the code locally on my computer, and I don't have these failures
5. browser is Firefox 78.15.0, gecko driver 0.26.0 (both latest)
谢谢你。