Install this version:
emerge -a =www-apps/chromedriver-bin-151.0.7922.169
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 151.0.7922.169 | 8 | -* amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# See https://googlechromelabs.github.io/chrome-for-testing/#stable for URLs
DESCRIPTION="WebDriver for Chrome"
HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/"
SRC_URI="amd64? ( https://storage.googleapis.com/chrome-for-testing-public/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )"
S="${WORKDIR}/chromedriver-linux64"
LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* amd64"
RESTRICT="bindist mirror strip"
RDEPEND="
sys-libs/glibc
www-client/google-chrome
!www-client/chromium
"
BDEPEND="app-arch/unzip"
QA_PREBUILT="usr/bin/chromedriver"
pkg_pretend() {
# Protect against people using autounmask overzealously
use amd64 || die "${PN} only works on supported architectures (amd64)."
}
src_install() {
dobin chromedriver
}
sys-libs/glibc www-client/google-chrome !www-client/chromium
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | chromedriver-bin-151.0.7922.169.linux64.zip | 11133352 bytes | https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.169/linux64/chromedriver-linux64.zip |