Selenium EdgeDriver is a WebDriver implementation that controls the Microsoft Edge browser using a MicrosoftWebDriver server.
Questions tagged [selenium-edgedriver]
168 questions
1
vote
0 answers
Robot Framework: Accessing web application and associated web objects with Edge Chromium IE Mode
While I can perform test automation of web applications in Edge Chromium using Selenium 4 and latest RobotFramework-SeleniumLibrary, legacy IE sites require Edge to be in IE mode.
I’m not sure how to enable this in Python Robot Framework?
I really…

Nitbuntu
- 67
- 1
- 1
- 6
1
vote
1 answer
Selenium not working with Edge Webdriver -- Session not created exception
from selenium import webdriver
driver = webdriver.Edge(r"/Users/pranav/Downloads/edgedriver_mac64/msedgedriver")
On running this code, I was expecting Edge to pop up just like it works with Chrome, but it does not happen. I get the following…

Pranav Pant
- 11
- 2
1
vote
0 answers
Selenium Edge Driver and File Input Type
I call the .getAttribute("value") method on an input element with type="file" to get the uploaded filename but it doesn't work. I get an empty string. This works with all other browsers but not Edge. Is this a known Edge bug or am I doing something…

code4u
- 119
- 1
- 2
- 10
1
vote
1 answer
Blank page in Edge Chromium - Selenium C# EdgeDriver
Problem
Getting blank edge page with address as data while setting up UI automation solution with below stack.
Stack
Trying to create a UI Automation - with Selemium VS 2019, Edge Chromium version:…

babish adapa
- 11
- 1
1
vote
0 answers
URL is not opening in edge in robot framework however browser is launched
I am trying to run my Robot Framework script in edge but its giving
WebDriverException: Message: Unknown error
while trying to launch the app.
Used Below snippet:
Open Browser https://www.amazon.com edge
Maximize Browser Window
I could see…

Mahak Goyal
- 11
- 4
1
vote
0 answers
import selenium-server-4.0.0-alpha-6.jar but can't use APIs(setBinary,setExperimentalOption)with EdgeOptions
For the Chromium-Edge (version 80 or later), we should treat it as an Edge browser.So I got the selenium-server-4.0.0-alpha-6.jar ,but When I import it,I still can't use api such as setExperimentalOption with EdgeOptions.What can I do to solve this…

Yannis
- 11
- 1
1
vote
1 answer
Selenium - Edge - How to start a webdriver session with work profile?
My application does not have a login page to get authenticated. It uses my organizational email id (SSO) to authenticate my access to the application. I am using Version 80.0.361.66 (Official build) (64-bit) of Microsoft Edge.
driver =…

Ajmal Moideen
- 170
- 1
- 6
- 17
1
vote
1 answer
Can't run EdgeDriver automated tests: Azure DevOps' VsTest VM has no Edge binary in default install location?
I'm running an automation suite in Azure DevOps, using the VsTest task. The pipeline is running on a windows 2019 machine.
I want to add the option to run the tests against Edge.
Locally, I'm using the msedgedriver.exe binary for Edge version 79,…

beef
- 11
- 1
1
vote
1 answer
Microsoft Web Driver has stopped working. A problem cause the program to stop working correctly error using EdgeDriver and Microsoft Edge in Selenium
How do I run Microsoft Edge in Selenium. Each time I run a test, the Edge browser opens but does not load any URL. It then displays a small dialog box with the text:
Microsoft Web Driver has stopped working. A problem cause the program to stop…

Abinash Giri
- 13
- 3
1
vote
1 answer
MicrosoftWebDriver.exe should be pre-installed in an elevated command prompt
I have microsoft edge installed on my machine with below versions:
Microsoft Edge 44.18362.449.0
Microsoft EdgeHTML 18.18363
I am trying to use webdrivermanager to run my automation test (java+selenium) on Edge by the below…

Jeff
- 7,767
- 28
- 85
- 138
1
vote
3 answers
Selenium for Edge in Build 18362 or higher
I am having a difficult time with the webdriver for Edge. I know that the driver is installed via the command:
DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0
But what is the next step after this? Here is my code in…

Joshua Jaynes
- 61
- 3
1
vote
0 answers
Executing script with Selenium inside
I'm automating a service with Selenium, and the website I need to access uses iframes tags, and I need to alter the value of some elements inside this tag.
I was using the Edge WebDriver, but I changed to Chrome because I thought it'd solve the…

Vitor Tamberlini
- 25
- 1
- 12
1
vote
0 answers
How to handle Alert on Edge Browser while launching via selenium
When I try to open edge browser Via Selenium Grid, Edge browser launch successfully but it is showing the below alert on bottom of the edge browser
"something went wrong with your extensions so we had to reinstall them. You will need to turn them on…

Kriez
- 49
- 1
- 13
1
vote
1 answer
What is the Desired Capabilities to handle this popup of Microsoft Edge?
There is popup which raised when trying to close tab of Microsoft Edge browser,
Do we have any capabilities by which it can be control ?
Or is there any relevant settings, from which it may not ask.
Tried : …

Ishita Shah
- 3,955
- 2
- 27
- 51
1
vote
1 answer
Microsoft Edge Browser isn't opening on selenium grid
I need to launch Microsoft edge browser through selenium grid, but whenever I try to launch the browser below error thrown and browser is not initiated
org.openqa.selenium.SessionNotCreatedException: Unable to create new service: EdgeDriverService…

Dhuruvan
- 91
- 10