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
Release files for webdriver-installer 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| webdriver_installer-1.0.0.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| webdriver_installer-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 kB
Release files / webdriver_installer-1.0.0.tar.gz
| Download URL | webdriver_installer-1.0.0.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba25a1e398b1dab9144583186daae6a7aa9b00b73fa111df49f9a26a0b456cff
|
|
BLAKE2b-256 checksum How to use checksums |
2d9370acfb2801ffcdd4fa999085eebf365f63a11e322c35997c776f34ecc0a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|
Release files / webdriver_installer-1.0.0-py3-none-any.whl
| Download URL | webdriver_installer-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
08a1db81bef57248c122d030e51b33d7b7f3fba97d019f83648b3fa766ce4af5
|
|
BLAKE2b-256 checksum How to use checksums |
97487576ef8714a9ec17894edd8e0f35b0777be4bc5e994476e29a407c7c4f93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|