microsoft edge

kimzzz 0 Reputation points
2024-03-06T17:32:51.6566667+00:00

I am using edge 121.0.2277.106 on Windows 10 Enterprise. i dowloaded, extracted and attempted to install the edge webdriver that matches the edge version I am using (https://msedgewebdriverstorage.z22.web.core.windows.net/?prefix=121.0.2277.106/). I opened the .exe as administrator and the install started but it doesn't install. I get no error message and I can't find anything under c:/Program Files. Can you help me resolve this, it's blocking some critical work.

I get the following message: Starting Microsoft Edge WebDriver 121.0.2277.106 (3a400d91a814d2e1ecd0889edbdb8c72f39eed8b) on port 9515

To submit feedback, report a bug, or suggest new features, please visit https://github.com/MicrosoftEdge/EdgeWebDriver

Only local connections are allowed.

Please see https://aka.ms/WebDriverSecurity for suggestions on keeping Microsoft Edge WebDriver safe.

Microsoft Edge WebDriver was started successfully.

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,494 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yu Zhou-MSFT 15,001 Reputation points Microsoft External Staff
    2024-03-07T03:46:38.58+00:00

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.