
Hi @kimzzz
Why do you want to install Edge WebDriver? Do you want to automate Edge browser? If so, you could follow the steps in this doc: Use WebDriver to automate Microsoft Edge.
You don't need to "install" Edge WebDriver. First you could download and extract the msedgedriver
executable. Then add the folder where the executable is located to your PATH
environment variable.
Second you just need to use Selenium 4 to automate Edge. You could follow the code sample in the doc to automate Edge.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Regards,
Yu Zhou