equinor / webviz-ert

ERT webviz plugins
GNU General Public License v3.0
13 stars 25 forks source link

Fall back on last known good version of chromedriver #454

Closed kwinkunks closed 10 months ago

kwinkunks commented 10 months ago

Issue Resolves #453

Approach Sometimes the version is not 'good' and the driver cannot match. So try the matching driver first, and if we get a 404 then try the last known good patch for this minor version.

Pre review checklist

kwinkunks commented 10 months ago

webviz does not support Python 3.12 yet, so another PR removes it from the CI >> https://github.com/equinor/webviz-ert/pull/456