ms edge selenium driver downloader
Project description
This module downloads the SELENIUM ms edge driver that matches the version of ms edge the user has.
just use install() command and the msedge driver will be there in that directory
pip install msedgedriver_64
now that the library is installed, lets use it.
import msedgedriver_64
from selenium import webdriver
msedgedriver_64.install() #you will notice a file named msedgedriver.exe is downloaded in your directory
Driver = webdriver.Edge('msedgedriver.exe')#msedgedriver was installed by above command
This only works for microsoft edge and will work for any microsoft edge browser version. As it first checks your browser version and installs driver version accourdingly.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file msedgedriver_64-0.0.7.tar.gz.
File metadata
- Download URL: msedgedriver_64-0.0.7.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc6bead92bd92100bd6f1c46c738faec261679ab01857d1f9e7b4b5c422fb675
|
|
| MD5 |
dee216a12ad26d76a8c16b5839e515de
|
|
| BLAKE2b-256 |
f5931a34b14f5807b75ff575a240fa4b6ec2476f065942dd6649981a4bae44d8
|
File details
Details for the file msedgedriver_64-0.0.7-py3-none-any.whl.
File metadata
- Download URL: msedgedriver_64-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4194828e26c63a9f4e4273dd7cd0508d3c3006d2fc6f1776b7aa6a2ab23775fb
|
|
| MD5 |
765997d70fe3d701530d19cf92cd6d5b
|
|
| BLAKE2b-256 |
8a93424d09081a83a2a71c438738801cee6bee00a8abaea4acc638b68178faa0
|