5,059 questions
0
votes
0
answers
17
views
edge browser extension - copilot.microsoft.com - results in "The extensions gallery cannot be scripted"
When calling the chrome.scripting.executeScript api in edge for copilot.microsoft.com, the call fails with "The extensions gallery cannot be scripted"
This call works fine on chrome for the ...
-3
votes
0
answers
37
views
HAR file with binary payload
I'm using Microsoft Edge and I am trying to export my requests as HAR JSON file.
Some of these requests and responses contains binary data as payload.
Looking at the generated JSON I can see that ...
0
votes
0
answers
20
views
Compilation of the model using tflite micro
I am trying to build a model using tflite micro but it is not working. All the files I have added but linking is not working. Can anyone help in this?
Makebuild files. txt
GNU nano 7.2 ...
0
votes
0
answers
21
views
Automatically select certificate in browser if there is a single certificate
The IIS website I develop uses certificates as a means of authentication. When the user tries to login they are prompted with a pop up box and asked to 'Select a certificate'. Initially, when there ...
0
votes
2
answers
39
views
How do I view cookies in Microsoft Edge for pages opened in IE mode?
I'm working on a legacy Intranet website that needs IE to display correctly.
Users have raised an issue that appears to be linked to cookies.
So I'm duly going into Settings->Cookies and site ...
0
votes
1
answer
43
views
IEChooser / F12 Dev tools debugger file tabs are missing
I work on an ASP.NET website that only runs in Edge in Internet Explorer compatibility mode. Always have used F12 devtools (IEChooser.exe) to debug any Javascript errors. However, I'm not sure why all ...
-1
votes
0
answers
28
views
Page display in MS Edge mobile browser is poor
My website viewed on mobile using Chrome or Opera is fine, but when using MS Edge on mobile the content is wider than the footer, which only covers half the width of the page.
No problems on any ...
0
votes
0
answers
74
views
Open a webpage popup window in Microsoft Edge browser using Python without Selenium
I can't use Selenium or any other type of option that controls the browser, because I need to use it on sites that have strict restrictions against bots and automations, so I need to use the browser ...
2
votes
1
answer
46
views
Problems with Browser Options on Selenium
So I have a class and some methods inside, many of this methods interact directly with the drive and I want to add --headless in the browser options.
But if I star the browser at the beginning I cant ...
-1
votes
1
answer
147
views
Playing .mkv files in Chrome or Edge [duplicate]
My website has .mkv files that have been playing in Chrome and Edge just fine until version 134.xxxxx. As of version 134, the browser now needs to have hardware acceleration turned off in order to ...
0
votes
1
answer
65
views
How can links with microsoft-edge: protocol be opened in Edge without a popup question?
I created an installer that creates a link for my webapp. Since the webapp must be opened in Edge, the link starts with microsoft-edge:MyAppURL and this works.
On some systems with Windows 10, when ...
0
votes
0
answers
16
views
How can I clear the user-names list during login page?
We have a .NET 8 Blazor server web-app with MS Identity login data. During my Visual Studio unit testing of the login page, we see the previous entries of the "User name" field when focus is ...
0
votes
1
answer
77
views
Enter Key Not Working with <datalist> in Edge Browser
Problem Statement
When using the <datalist> element in an input field in Microsoft Edge, pressing the Enter key does not trigger any event while the datalist options are displayed.
Steps to ...
0
votes
0
answers
36
views
Unable see the html in the inspect element
My organization has a BPA application that runs on Microsoft Edge. I was thinking of automating something on this application using Power Automate Desktop. But when I tried to add a UI element, Power ...
3
votes
2
answers
567
views
Chrome & Edge v133 Causing Blank Page After Azure AD SSO Login and Page Reload in Angular App
Scenario:
In my Angular application, I am experiencing an issue during the SSO login process with Azure AD. After receiving a successful response from the backend containing the Azure AD authorization ...