Questions tagged [microsoft-edge-chromium]
76 questions
0
votes
0 answers
How to prevent caching of a page in a particular IIS web application and in that application only, in Microsoft Edge (Chromium)
Our default website in IIS has a folder in it that houses a web-application. There are several applications and we want to limit the effect to only the one:
> c:\inetpub\wwwroot\foo
There are folders beneath \foo, each of which has an HTML…

Tim
- 8,669
- 31
- 105
- 183
0
votes
1 answer
Is there an alternative for document.execCommand('SaveAs', null, 'myFile.html'); in chromium browsers (Microsoft-Edge)
I need to save a html file from window.open method, document.execCommand('SaveAs', null, 'abc.html'); solves the purspose in Internet Explorer but same script is not working in Microsoft-Edge (chromium).
I have used to Window.showSaveFilePicker()…

Ambareesh
- 55
- 1
- 5
0
votes
0 answers
WebView2 Source property CoreWebView2 is null
Namespace: Microsoft.Web.WebView2.WinForms
Assembly: Microsoft.Web.WebView2.WinForms.dll
Package: Microsoft.Web.WebView2 v1.0.902.49
string userDataFolder = Path.GetTempPath() + @"WebView2UserData";
CoreWebView2EnvironmentOptions options = new…

Gowtham
- 11
- 4
0
votes
1 answer
To publish a Microsoft Edge extension, is payment required for registration?
I have build an extension to publish on Microsoft Edge Add-ons and I wanted to know if the registration is free or paid to submit extensions. Can anyone help with information on this?

Dishavish
- 3
- 1
- 3
0
votes
1 answer
Unable to change Printer value to "Save as PDF" in edge using selenium
I am trying to download a web page as pdf using edgewebdriver and selenium. Now, the edge is configured to a OneNote(Desktop) as seen in the image
I want to change the dropdown value in the dialog before clicking on the print button.
This is the…

Saurav
- 592
- 4
- 21
0
votes
1 answer
Automate file save in microsoft edge using selenium
I am using the beta version of selenium webdriver(4.0.0) for microsoft edge. I can't figure out how to save the data as pdf that is in print window, which opens after I click on a button in main window
var found = await…

Saurav
- 592
- 4
- 21
0
votes
1 answer
How is a public key used that is generated when a Microsoft Edge extension is submitted on Partner Center?
While uploading my extension to Microsoft Partner Centre, I have got a "Public key" for my extension along with CRX ID and Store ID.
I could not find any documentation on the use of this Public key in Microsoft Edge Add-ons. Can I know the use of…

Dishavish
- 3
- 1
- 3
0
votes
1 answer
How do I reach out to Microsoft Edge Add-ons support to enquire about certification failure of my extension package?
I recently submitted my extension which was under review. But I received an email from Microsoft Edge extensions team that my submission was rejected because my product is not testable.
I want to share the testing steps and credentials with them to…

Dishavish
- 3
- 1
- 3
0
votes
1 answer
How to change the "Publisher display name" of an extension on Microsoft Edge Add-ons?
I have an extension on Microsoft Edge Add-ons. I have a question about changing the "Publisher display name". I want to change the language of my "Publisher display name".
What is the right way to do that?
Will it be an additional round of
review?

Dishavish
- 3
- 1
- 3
0
votes
1 answer
Issue passing query string with browsers
I'm currently in the process of making sure an older MVC4 site that was built and primarily ran using IE11 works for other browsers. The first we're testing against is Edge Chromium, but we encountered an issue where a popup happens.
When the popup…

IyaTaisho
- 863
- 19
- 42
0
votes
1 answer
SSO via AAD failes with MS Edge (chromium) in IE Mode
We have moved from NAM Identity Provider to AzureAD. The MS Edge_C uses Enterprise Mode Site List to force IE mode for the application.
On a new session, the user is redirected (GET) from our application to login.microsoftonline.com via SAML. After…

grubi
- 155
- 2
- 16
0
votes
0 answers
Is it possible to submit a PDF form in the Edge PDF Viewer?
We have created a web application that needs to show fillable PDF forms in the browser. The PDF forms include a Submit button. The user enters data on the PDF form and clicks the Submit button, which then posts the data in an HTTP message to a…

hp123
- 9
- 2
0
votes
1 answer
How to provide any additional details for certification review when submitting an extension to Microsoft Edge Add-ons website?
I have been working on submitting an extension to the Microsoft Edge Add-ons store. I wanted to provide details on the steps to test my extension and the functionality. But I am unable to find an option to add these details in my submission. Is…

Dishavish
- 3
- 1
- 3
0
votes
0 answers
Different results in Two different tabs and same browser window.navigator.userAgent (edge chromium browser)
Different results in two different tabs and same browser window.navigator.userAgent
One site says:
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36"
And One site Says right…

user2936008
- 1,317
- 5
- 19
- 42
0
votes
1 answer
How to re-submit a Microsoft Edge Add-on if it fails in certification review?
I am trying to publish my extension on Microsoft Edge Add-ons. I submitted my package but it failed in the certification review because of a small error in my store listings as flagged in the review report. I fixed the error but I am unsure about…

Dishavish
- 3
- 1
- 3