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 details)

Uploaded Source

Built Distribution

webdriver_installer-1.0.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file webdriver_installer-1.0.0.tar.gz.

File metadata

  • Download URL: webdriver_installer-1.0.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for webdriver_installer-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ba25a1e398b1dab9144583186daae6a7aa9b00b73fa111df49f9a26a0b456cff
MD5 4215cf515638d15d4e7963345de143c0
BLAKE2b-256 2d9370acfb2801ffcdd4fa999085eebf365f63a11e322c35997c776f34ecc0a8

See more details on using hashes here.

File details

Details for the file webdriver_installer-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for webdriver_installer-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 08a1db81bef57248c122d030e51b33d7b7f3fba97d019f83648b3fa766ce4af5
MD5 7a7925b362f4241e27198fd862d62ab0
BLAKE2b-256 97487576ef8714a9ec17894edd8e0f35b0777be4bc5e994476e29a407c7c4f93

See more details on using hashes here.

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