Fix NPE regression in 4.8.0#11701
Conversation
|
Thank you for your contribution and for helping fix the issue. The changes look good to me. Waiting for the CI to pass then will merge it. |
Codecov ReportBase: 54.65% // Head: 54.65% // No change to project coverage 👍
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## trunk #11701 +/- ##
=======================================
Coverage 54.65% 54.65%
=======================================
Files 85 85
Lines 5643 5643
Branches 244 244
=======================================
Hits 3084 3084
Misses 2315 2315
Partials 244 244 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Thank you @Kouzukii! |
Selenium 4.8.0 introduced a NullPointerException when a node is started with a browserName not in [chrome, firefox, microsoftedge]
Motivation and Context
We use a custom selenium node to run tests in a Safari browser, but when upgrading to 4.8.0 we could no longer start the node due to this NullPointerException.
Types of changes
Checklist