Questions tagged [selenium-edgedriver]

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

96 questions
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
1 answer

How to enable IE mode in Chromium Edge Browser in selenium C#?

I want to automate a website in Edge which is require IE mode to be enabled. How can launch Edge in IE mode in selenium? Below code which I currently use launches Edge in non IE mode, which won't display the website properly. Dim…
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

Issue with Microsoft’s Edge version’s compatibility with MSEdgeDriver version(84,85,86)

I downloaded the latest version:83.0.478.61 (Official build) (64-bit) of Edge from https://www.microsoft.com/en-us/edge, but I am not able to make it work with selenium. It appears that selenium’s Edger drivers in…
Heike
  • 119
  • 9
1
vote
1 answer

How can I run selenium scripts on Edge headless browser

I want to run my scripts in Edge browser in headless mode.But I am not able to find any proper solution for it. Can anyone suggest on this
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

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
  • 6,026
  • 20
  • 64
  • 108
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