Questions tagged [selenium-edgedriver]

Selenium EdgeDriver is a WebDriver implementation that controls the Microsoft Edge browser using a MicrosoftWebDriver server.

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…
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…
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…
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:…
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…
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 =…
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,…
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…
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…
1
vote
0 answers

Executing script with Selenium inside