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 Use the package manager pip to install foobar. pip3 install BrowseDrive==1.4

Usage import BrowseDrive from BrowseDrive.driverautomator import DriverRunner from BrowseDrive.driverdownloader import DriverDownloader

Downloading drivers downloader = DriverDownloader() downloader.set_savepath(“”) # Save path goes inside here downloader.download() # Starts the download process

Automation of browser driver runner = DriverRunner() runner.go(”https://www.google.com”) # Goes to Google.com runner.search_elements(“input”,”class”, “classname”)

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-1.4.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

BrowseDrive-1.4-py3-none-any.whl (16.8 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