Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

msedgedriver_64-0.0.7.tar.gz (2.2 MB view hashes)

Uploaded Source

Built Distribution

msedgedriver_64-0.0.7-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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