Package Details: chromedriver 124.0.6367.155-1

Git Clone URL: https://aur.archlinux.org/chromedriver.git (read-only, click to copy)
Package Base: chromedriver
Description: Standalone server that implements the W3C WebDriver standard (for google-chrome)
Upstream URL: https://chromedriver.chromium.org/
Licenses: BSD
Conflicts: chromium
Submitter: grimsock
Maintainer: Raymo111 (walaskir)
Last Packager: Raymo111
Votes: 50
Popularity: 0.61
First Submitted: 2011-11-28 18:45 (UTC)
Last Updated: 2024-05-07 20:00 (UTC)

Pinned Comments

Raymo111 commented on 2023-07-26 21:39 (UTC)

Chromedriver updated the upstream endpoints, which my script didn't detect, so this package was out of date for a week. My script (source at https://github.com/Raymo111/dotfiles/blob/main/scripts/update-chromedriver.sh) now uses the https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json endpoint provided by Chromedriver.

Raymo111 commented on 2022-10-26 17:46 (UTC)

This package is updated automatically (checked every 2 hours that my computer is on) based on the latest versions from https://chromedriver.chromium.org/. Please do not flag as out-of-date for at least 24 hours from when you see the version update on that website. Thank you.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

XiaoBang commented on 2022-12-05 05:56 (UTC)

@Raymo111 Soo quickly, It's working now, thanks!

Raymo111 commented on 2022-12-05 05:14 (UTC)

@XiaoBang I got that issue as well and made a patch, try deleting your cached PKGBUILD (or replace the checksum with 61f30808835298fcc0b7f42d91fd5954c8fdb9207935f28f49b11db274acc5301266bae6f769bd4a83ace016253fd5f8ae58e09717e64e9dd34d5c3383d7a051)

XiaoBang commented on 2022-12-05 01:02 (UTC)

Just me?

==> Validating source files with sha512sums...
    chromedriver_108.0.5359.71_linux64.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: chromedriver

Raymo111 commented on 2022-10-26 17:46 (UTC)

This package is updated automatically (checked every 2 hours that my computer is on) based on the latest versions from https://chromedriver.chromium.org/. Please do not flag as out-of-date for at least 24 hours from when you see the version update on that website. Thank you.

Raymo111 commented on 2022-02-12 05:20 (UTC) (edited on 2022-02-12 05:20 (UTC) by Raymo111)

@programmer290399 @d_fajardo Fixed. Sorry about that, I forgot to run updpkgsums.

programmer290399 commented on 2022-02-12 05:15 (UTC)

Fails with the following error:

==> Validating source files with sha512sums...
    chromedriver_98.0.4758.80_linux64.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: chromedriver

d_fajardo commented on 2022-02-10 06:54 (UTC)

The sha512sums of the 98.0 package is incorrect and should be updated. I had to generate the correct manually to install the update.

jgwak commented on 2021-11-30 16:57 (UTC)

I disowned both chromedriver and chromedriver-beta. Sorry for the hassle.

javierrivera commented on 2021-11-19 13:26 (UTC)

And 96.0.4664.45

# Maintainer: JunYoung Gwak <aur@jgwak.com>
# Contributor: relrel <relrelbachar@gmail.com>
# Contributor: grimsock <lord.grimsock at gmail dot com>
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
pkgver=96.0.4664.45
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
url="https://chromedriver.chromium.org/"
license=('BSD')
depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
optdepends=(google-chrome)
conflicts=(chromium)
source=("${pkgname}_${pkgver}_linux64.zip::https://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")
sha512sums=('ba0f0979e1b43930c5890ce24e904553d41985d83c2118bd000c31451efc6f5c5e5cf9c52a1637fbb554c1577a929cd8446eff3162f443b4
cc159e6b972d3099')
package() {
    install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"
}

javierrivera commented on 2021-11-19 13:22 (UTC)

PKGBUILD for 97.0.4692.20

# Maintainer: JunYoung Gwak <aur@jgwak.com>
# Contributor: relrel <relrelbachar@gmail.com>
# Contributor: grimsock <lord.grimsock at gmail dot com>
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
pkgver=97.0.4692.20
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
url="https://chromedriver.chromium.org/"
license=('BSD')
depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
optdepends=(google-chrome)
conflicts=(chromium)
source=("${pkgname}_${pkgver}_linux64.zip::https://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")
sha512sums=('fc649774637f00f5a9a25b44464e7e7502fe3d85ed93ea20866c3b75d350368bd4026470e3740226a6326117ed6189c80bf17bc1db65c515
05f1f35c633ec011')

package() {
    install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"
}