![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
browser-driver-installer
Advanced tools
Installs Chrome and Gecko drivers that matches with the specified browser versions
Installs the Chrome and Gecko drivers that match with the specified browser versions.
Post Install Script: If your environment has the BROWSER_DRIVER_INSTALLER_CHROME_VERSION
, BROWSER_DRIVER_INSTALLER_CHROMEDRIVER_PATH
, BROWSER_DRIVER_INSTALLER_FIREFOX_VERSION
, BROWSER_DRIVER_INSTALLER_GECKODRIVER_PATH
variables defined, a post-install script will download the ChromeDriver
and GeckoDriver
executables to the specified paths automatically.
If you want to, you can call the post-install script without the installation with npx
:
npx --package browser-driver-installer installBrowserDrivers
As a module:
const browserDriverInstaller = require('browser-driver-installer').browserDriverInstaller;
browserDriverInstaller(BROWSER_NAME, BROWSER_VERSION, TARGET_PATH);
CLI Usage:
Usage: index [options]
Options:
--browser-name <browserName> Sets the name of the browser to install the driver for
--browser-version <browserVersion> Sets the browser version string, e.g., 65, 67.0.23
--target-path <targetPath> Sets the target path to install the driver executable
-h, --help Prints out this help information
FAQs
Installs Chrome and Gecko drivers that matches with the specified browser versions
The npm package browser-driver-installer receives a total of 48 weekly downloads. As such, browser-driver-installer popularity was classified as not popular.
We found that browser-driver-installer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.