Course Content
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Selenium Python for Beginners [ 2024 ]
About Lesson

Microsoft Edge Driver

You must download and use the Edge driver to interact with and automate the Edge browser. Edge is Microsoft Corporation’s latest flagship Chromium-based web browser.

The Edge driver is distributed in four channels. The distribution channels are as follows:

  • Stable Channel
  • Beta Channel
  • Dev Channel
  • Canary Channel

 

Edge Driver Channels

Download Edge Driver

To download the driver, follow the steps below:

Note down the Edge browser version. You can download the Edge driver that matches the Edge browser version.

Open a browser and launch the URL to download the Edge driver.

For production stuff, choose the stable release channel.

Download Microsoft Edge Driver

To download the latest stable version, click on the Download button. This will download the edgedriver_win64.zip file.

Extract the zip file contents. You will find the file msedgedriver.exe, the Microsoft Edge driver.

Copy the file to the Project folder.

Join the conversation