by grandcanyon » Sat Jun 08, 2024 1:36 am
I wrote some python code that uses chromedriver, selenium, and chromium. Chromedriver and chromium have to match or they won't work together. Chromedriver (CD) at electron doesn't have a version that matches chromium in your repo. Idkw, since you have the current stable release of chromium. Electron is the only place that has CD for arm64. Since I have chromium as ignored to upgrade, it got broken with the icu upgrade. I just put the libs I needed from a previous package. Kinda hacky but it works and I will have to wait until, Chromium 126
I would compile but the depot-tools don't work with the 16k kernel. I went back to the regular driver and fetched chromium. Man it is a beast. I decided against compiling.