Page MenuHomePhabricator

Build Chromedriver for Raspberry Pi
Closed, DeclinedPublic

Description

Chromedriver and Chrome versions needs to match and usual the Chromedriver version for ARM is a couple of versions behind. We need make sure we can build it so we easily can install it on our Raspberry Pi.

As the next step we can look if we can modify the driver to not do the version check because I have a feeling that its very uncommon with breaking changes and that would make it easier for us to not need to install a new version per Chrome version.

Event Timeline

Peter renamed this task from Build Chromedriver for Raspberry PI to Build Chromedriver for Raspberry Pi.Apr 7 2021, 7:21 PM

Debian Bullseye ships version 89, which I think is the current stable release of Chrome?

$ apt-cache policy chromium-driver
chromium-driver:
  Installed: (none)
  Candidate: 88.0.4324.182-1~deb10u1
  Version table:
     89.0.4389.90-1 400
        400 http://deb.debian.org/debian bullseye/main amd64 Packages
     88.0.4324.182-1~deb10u1 500
        500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
     87.0.4280.141-0.1~deb10u1 500
        500 http://deb.debian.org/debian buster/main amd64 Packages

Yes version 89 is correct, let me re-install my Raspberry and see how it works out!

We use the official build now.