Archive: 2023-11-15

  • A quick fix for ChromeDriver incompatibilities on Linux

    If you have some tests that use ChromeDriver to run in a browser environment, and you’re seeing errors like This version of ChromeDriver only supports Chrome version 114, and you’d rather do some useful work than waste time fixing stuff that worked last week, here’s a quick fix that worked for me on Linux. Something similar might work on Mac OS. I’ve no idea about Windows.

    More …