Questions tagged [microsoft-edge-chromium]
76 questions
0
votes
1 answer
Get Chromium edge driver of version that matches the version of Edge browser installed
I am writing tests using WebdriverIO with NodeJs. I am trying to get edge driver based on the version of Edge browser installed.
Details:
I have installed the service wdio-chromedriver-service.
It is mentioned that with the environment variable…

prasanth
- 1
- 2
0
votes
1 answer
How do I transfer the ownership of a Microsoft Edge Extension?
I would like to transfer the ownership of my Microsoft Edge extension. The party whom I would transfer the ownership will manage the updates and features of the extension, and I would no longer want to be associated with the extension.
Is there any…

CodeWalker
- 2,281
- 4
- 23
- 50
0
votes
1 answer
How can playwright launch a chromium which can remember the cookie of last time?
How can playwright launch a chromium which can remember the cookie of last time?
I mean when I use Selenium, it can remember the last state and second time I don't have to handle the cookie.
Can playwright-chromium do it?

blackantt
- 1
- 2
0
votes
0 answers
Edge chromium fails with timeout after laptop suspend resume with edge version 106.0.1370.61
I have automation where I have to put the device into sleep for some time and resume back and continue this is automated using C# Selenium with Edge chromium starting from version 106.0.1370.61 observing timed out after 60 seconds exception.
The…
0
votes
1 answer
Calling .NET assemblies(DLL) from OBJECT tags in Edge
In an application using SpringFramework, I have been working with .NET assembly is call in IE11 with code in the Object tag.
We are planning to move our browser to Edge, but .NET assembly does not work on Edge.
Is there a workaround for Edge?
.NET…

yoichi
- 3
- 3
0
votes
1 answer
NoSuchElementException: Unable to find element error while running Edge driver in IE Mode using Selenium 4 with Microsoft's example
I am using:
Selenium version 4.3.0
IE Driver 4.3.0 (32 bit)
Edge Version 103.0.1264.71
Java (JRE 1.8)
I'm attempting to get a simple Edge driver in IE mode example working, that is exactly from the Microsoft website…

S8e
- 1
0
votes
1 answer
Debugging JavaScript in Edge & VS Code causes DCOM 10016 Event / Access violation
Environment: Windows 10
IDE: Visual Studio Code
Extensions: Live Server v5.7.5 by Ritwick Dey and Microsoft Edge Tools for VS Code v2.1.0
When I am debugging JavaScript files, if I put a break point in an exported class, I get the error shown in the…

Joe McCay
- 41
- 8
0
votes
1 answer
style problems when switching from internet explorer to edge
I'm working on a legacy application created with HTML 4, The application is working correctly on Internet Explorer, I want to run the application on Edge chromium and chrome, but I get many style problems. There is some css styles, but to align…

user3093583
- 101
- 1
- 2
- 7
0
votes
2 answers
Open URL's in MS Edge and reuse the same tab
Today we have an application that has a button which opens IE11 with a tab with customer id as argument.
For each button click it reuse the existing IE11 tab.
We need to have the same behavior with MS Edge but I have not found any way to do…

4integration
- 193
- 1
- 3
- 13
0
votes
0 answers
chromium browser integrated newtab page
I'm working on rebranding chromium browser, and I'm having some trouble to setup default new tab page to the one remotely hosted, something that new Edge browser is already doing. but without using page redirect so when you open new tab, you'll get…

m.p
- 1
0
votes
1 answer
HOW TO USE JavascriptExecutor in Microsoft edge using java and selenium
We have automation project we need to click menu items we use this below code
((JavascriptExecutor) test.getDriver()).executeScript("mCLICK(arguments[0]);", substr);
its is working well in chrome browser we want migrate to edge . we are running the…

kedar
- 11
- 1
0
votes
0 answers
How do I call a website using a c# process in kiosk mode on Edge Chromium?
I am using the following command to open a website in Kiosk Mode
Proc = Process.Start(browser, "--kiosk --incognito https://example.net/PPT" + CC + "?" + Msg);
This used to work without issue on a windows 10 tablet, however recent upgrades to edge…

Ewan
- 1,067
- 8
- 15
0
votes
1 answer
how to hide "All sites in this tab will be opened in internet explorer mode" in Edge with IE Mode?
I have create C# application to to launch MSEDGE.exe in IE mode using command line switch.
ProcessStartInfo processInfo = new ProcessStartInfo();
processInfo.FileName = "msedge";
StringBuilder arguments = new…

ginoyaha
- 51
- 2
0
votes
1 answer
Select dropdown menu color is different between two machines
I have a simple select tag in html without any options inside it. When I open the html file in one machine the menu opened is showing in white color as a background.
and the same html file and with same select tag without any options, if i open in…

Ambareesh
- 55
- 1
- 5
0
votes
0 answers
Manually JSON bookmark import in Edge Chromium doesn't work
I have written a Powershell script that extracts bookmarks from Google Chrome, Microsoft Internet Explorer and Microsoft Edge Chromium, writes them to a JSON file and replaces the bookmarks file with "Write-Output".
This doesn't work.
If I create a…

ciganfab
- 3
- 2