Skip to main content

Download and install different web drivers

Project description

Webdriver Installer

Download and install different web drivers

Description

A package that will help you download and save the latest versions of web drivers.

Getting Started

Installing

pip install webdriver-installer

Executing program

  • How to install the available webdrivers
from webdriver_installer import FireFox



firefox = FireFox()

firefox.install()

Help

  • How to get the installer driver path
from webdriver_installer import FireFox



firefox = FireFox()

driver_path = firefox.path
  • Some web drivers have both 32-bit and 64-bit and you can pick by using (default is 32-bit)
from webdriver_installer import FireFox



firefox = FireFox(bit=64)

firefox.install()
  • How to uninstall a driver
from webdriver_installer import FireFox



firefox = FireFox()

firefox.uninstall()
  • How to uninstall all drivers
import webdriver_installer



webdriver_installer.uninstall()
  • The default path for saving the web drivers
C:\Users\(your pc name)\AppData\Roaming\webdrivers

Authors

Riadh Azzoun - @riad-azz

Version History

  • 0.0.2

    • Initial Release

    • Available web drivers : Firefox - Google Chrome - Opera - Microsoft Edge

  • 1.0.0

    • Stable Release

    • Available web drivers : Firefox - Google Chrome - Opera - Microsoft Edge

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

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

webdriver_installer-1.0.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

webdriver_installer-1.0.0-py3-none-any.whl (3.7 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