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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba25a1e398b1dab9144583186daae6a7aa9b00b73fa111df49f9a26a0b456cff |
|
MD5 | 4215cf515638d15d4e7963345de143c0 |
|
BLAKE2b-256 | 2d9370acfb2801ffcdd4fa999085eebf365f63a11e322c35997c776f34ecc0a8 |
File details
Details for the file webdriver_installer-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: webdriver_installer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08a1db81bef57248c122d030e51b33d7b7f3fba97d019f83648b3fa766ce4af5 |
|
MD5 | 7a7925b362f4241e27198fd862d62ab0 |
|
BLAKE2b-256 | 97487576ef8714a9ec17894edd8e0f35b0777be4bc5e994476e29a407c7c4f93 |