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
now that the library is installed, lets use it.
import msedgedriver
from selenium import webdriver
msedgedriver.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
msedgedriver-0.0.2.tar.gz
(3.6 kB
view details)
File details
Details for the file msedgedriver-0.0.2.tar.gz
.
File metadata
- Download URL: msedgedriver-0.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a34a9e95c13aec6d1442efceaf0af51b0c2dd52749e80c1810bc4375623ca1f6 |
|
MD5 | 8e41c5ddd607318e28d9d73a627dc31d |
|
BLAKE2b-256 | 19d877b53ca9d3d4e13012eca9804bb8cd3c10308241e7bee62dbb340f5df404 |