Skip to main content

No project description provided

Project description

BrowseDrive is a package that allows for one to download the browser driver files used during browser automation with selenium. This package covers downloads for geckodriver and chromedriver. This package also has a module for the automation of browser drivers.

Installation

pip3 install BrowseDrive==2.1

Usage

import BrowseDrive
from BrowseDrive.driverdownloader import DriverDownloader

Downloading drivers

downloader = DriverDownloader() 
downloader.set_savepath("") # Save path goes inside here
downloader.download() # Starts the download process

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BrowseDrive-2.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

BrowseDrive-2.2-py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page