Questions tagged [microsoft-edge-chromium]
76 questions
0
votes
2 answers
How can I find an extension on MS Edge Add-ons store or the full URL of the extension using a CRX ID ? (CRX ID is 32-characters long keyword)
I have the CRX ID of a Microsoft Edge extension. How can I find the extension on MS Edge Add-ons store using this CRX ID or the full URL of the extension?

Dishavish
- 3
- 1
- 3
0
votes
1 answer
Edge Dev Channel's Console is blank and unaccessible
A Picture speaks a thousand words:
I'm using the latest Microsoft Edge Dev Channel (v91.0.831.1 right now), and for some weeks till now the console is completely blank and unaccessible. I have tried:
Opening on anonymous mode
Opening via…

Badashi
- 1,124
- 9
- 18
0
votes
2 answers
How to check the review status and report of your extension submitted to publish on Microsoft Edge Add-ons?
I submitted my extension to publish on Microsoft Edge Add-ons website. As per their documentation it takes 7 or less business days to publish. Now I have a few questions -
Will I be notified that my extension is published?
If it does not publish,…

Dishavish
- 3
- 1
- 3
0
votes
1 answer
WebDriverException: Timed out waiting for driver server to start error with Selenium Edge Chromium through Java
I am getting the below error while trying to run selenium using java in Edge Chromium browser
org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
Build info: version: '4.0.0-alpha-5', revision: 'b3a0d621cc'
System…

athidhi
- 21
- 1
0
votes
0 answers
How to config and open MS Edge Headless browser
I have requriment to open the Application in MS Edge headless browser, I googled but no luck didn't find proper guidance. please provide how we can start and load url in Edge headless browser.
Environment I have tried (Selenium + Java)
windows 10 or…

balaji
- 31
- 4
0
votes
1 answer
Unable to launch Chromium edge browser using codeceptjs
I'm trying to launch Chromium edge browser using codeceptjs framework. I'm new to codeceptjs. My scripts are running fine with Chrome and Firefox browsers but, getting following error with Chromium edge.
Error: Can't connect to WebDriver.
Error:…

Anusha KL
- 3
- 1
0
votes
2 answers
Microsoft Edge Chromium and an App-V'ed plugin
I'm experiencing the combination of a locally installed Microsoft Edge Chromium Enterprise Edition and Microsoft App-V. I try to App-V a browser plugin for a locally installed Microsoft Edge Chrome Enterprise.
I have an App-V bubble and Internet…

MassStorage
- 23
- 5
0
votes
0 answers
Can you enable chrome / chromium edge extensions on the extension pages?
When I'm browsing for extensions on either the Microsoft Extension Store (microsoftedge.microsoft.com/addons) or the Chrome Web Store (chrome.google.com/webstore), I always hate that none of my extensions work on those sites. Is there any way to…
0
votes
0 answers
Microsoft Edge User Agent Overrides without plugin or dev tools
Is there a way to change the user agent string in Microsoft Edge version 87 without using a plugin or dev tools? I'm looking at the User Agent Overrides config (under edge://compat/useragent) and it would be great if I could add an entry…
0
votes
1 answer
Call .Net assembly from OBJECT tag in Microsoft Edge
I came across below question where the solution for IE 8 is provided.
Call .Net assembly from OBJECT tag in IE8
Is there any solution or workaround for the Object tag code for Microsoft Edge browser. The .net application is built in .Net 2.0…

captainsac
- 2,484
- 3
- 27
- 48
0
votes
1 answer
Selenium 4, Microsoft Edge(chromium) on Ubuntu
I am currently trying to get my automated tests working on chromium edge on ubuntu.
My current setup is this:
The setup is the following:
The browser is in a docker container with Ubuntu running
The hub is on the official Selenium 4 docker…

Nick
- 545
- 12
- 31
0
votes
1 answer
Getting the Microsoft Edge Chromium version installed on Windows 10
Based on other information I found I came up with the following:
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using…

Andrew Truckle
- 17,769
- 16
- 66
- 164
-1
votes
1 answer
Windows 11 Microsoft Edge Bookmarks Location
I am wanting to create a PowerShell script that will run on a Task Scheduler schedule to back up my Windows 11 Microsoft Edge bookmarks. All the references I can find say that the location of the bookmark file is in…

atstech
- 11
- 1
- 4
-1
votes
1 answer
MS Edge says it's disconnected from the internet in Developer Mode
This has been happening for a while, and I've been wondering why. I couldn't find anything else related to this, so I thought I'd ask. And yes, I have been connected to the internet while this happens.
Each time I enter developer mode in MS Edge, it…

nassqra
- 351
- 1
- 3
- 14
-1
votes
1 answer
Is there any selenium browser options to remove local user account data shown edge browser in automation testing
When I try to perform automated login using edge chromium browser by selenium , by default the edge chromium browser of automation instance takes the logged user data in edge browser instance and displaying the users, Is there any browser options or…

Manikandan
- 11
- 2
- 3