@sitespeed.io/chromedriver
Advanced tools
Comparing version 98.0.4758-48 to 98.0.4758-48b
@@ -14,3 +14,6 @@ 'use strict'; | ||
driverPath = driverPath + '.exe'; | ||
} else if (os.platform() === 'linux' && os.arch() === 'arm') { | ||
} else if ( | ||
(os.platform() === 'linux' && os.arch() === 'arm') || | ||
os.arch() === 'arm64' | ||
) { | ||
// Special handling for making it easy on Raspberry Pis | ||
@@ -17,0 +20,0 @@ try { |
{ | ||
"name": "@sitespeed.io/chromedriver", | ||
"version": "98.0.4758-48", | ||
"version": "98.0.4758-48b", | ||
"chromedriver_version": "98.0.4758.48", | ||
@@ -5,0 +5,0 @@ "description": "Install and launch Chromedriver for Mac, Linux & Windows", |
7013
155