5,062 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
124
views
Azure DevOps Dashboard Widget fails with "ERR_BLOCKED_BY_LOCAL_NETWORK_ACCESS_CHECKS" in Edge 143+ (works in Firefox)
I'm developing a widget in Azure devops dashboard that uses the api of ADO to get information of our pipelines. The problem Started the 9 of december after the update of edge143+ on 4 of december. ...
0
votes
0
answers
61
views
SSO Login Error - BrowserAuthError: monitor_window_timeout: Token acquisition in iframe failed due to timeout
I am using .NET and getting the above error. Till yesterday everything was working and all of sudden getting this error today ?
Not sure what is changed?
Also, issue is only with edge browser and FF ...
0
votes
0
answers
45
views
How can I disable the page translation popup in Microsoft Edge when using Puppeteer?
When I open a local website using Puppeteer and Microsoft Edge I get a "Translate page from [language]" popup like seen in the screenshot below.
I currently launch Microsoft Edge using the ...
0
votes
0
answers
22
views
WebdriverIO launches MS Edge in app mode rather than a browser mode on Windows 11
I'm running test suite using WebdriverIO framework on Windows 11. When test starts the Edge browser gets opened in app mode rather than browser mode. In app mode I cant maximize it and cant scroll the ...
0
votes
0
answers
47
views
Serenity BDD in Docker (Azure Pipeline) – PDF Download Triggers "Save As" Dialog Despite Configuration
I'm running Serenity BDD tests inside a Docker container as part of an Azure Pipeline. The tests are executed using Microsoft Edge (via Selenium Grid), and the video recordings are published as ...
3
votes
1
answer
174
views
determine default browser setting in a WinUI app in Windows11
I followed several hints on how to get the "default browser" in windows, but they all are how to read the registry path from Current.User:
Software\Microsoft\Windows\Shell\Associations\...
1
vote
2
answers
114
views
Selenium Edge add network capabilities in .Net
I want to get access to the Network in Dev Tools, while using the Edge webdriver.
I'm using Selenium 4.35.0
This is what I got so far:
Import-Module -Name "Path to module"
$Options1= [OpenQA....
0
votes
0
answers
55
views
How can I open Microsoft Edge with a specific profile on Mac via Intellij IDEA Run Config?
I am working on a project which uses Java for the backend and Vue.js for the frontend. Yes, I do know what Java and JavaScript are... It is possible to use both in one project.
My vue.js-Run config ...
0
votes
0
answers
105
views
ASP.NET cookies with requireSSL=false stopped working in Edge 139 — are SameSite=None cookies now blocked unless Secure
We are experiencing a sudden failure in SAML authentication (500 Internal Server Error) in our ASP.NET web application that uses Microsoft Entra ID (SSO).
Environment details:
ASP.NET app running on ...
0
votes
2
answers
356
views
Using Python, how to continue opening new URLs in a specific Edge window even if another Edge window is in the foreground?
Using this default model, if I separate one of these URLs in a new window and use it for reading, the next URL open will open in the window I've separated for reading, obviously hindering my reading.
...
0
votes
0
answers
32
views
Not getting results from dump_wasm_module/dump_wasm_module_path flags in Chromium Browsers
I am using the following the dump_wasm_module and dump_wasm_module_path flags in Selenium to try and dump the text representation of wasm modules (WAT) to disk. Here is how I use them:
chrome_options....
0
votes
0
answers
42
views
"oidc_callback wants to open an external app" popup in Microsoft Edge
We're building a mobile app using React Native with Expo, and using Ping Identity for authentication.
We're encountering an issue specifically when logging in via the Microsoft Edge browser. After ...
0
votes
0
answers
74
views
Firebase cloud message gettoken not work on Edge newest version
I using firebase cloud message.
It just work perfect on Chrome but not work on Edge with same code.
Here is the code:
import {
initializeApp
} from 'https://www.gstatic.com/firebasejs/11.10.0/...
6
votes
2
answers
753
views
Different behaviour Edge and Chrome with font-weight
After a new update of Edge today I notice that a custom font that is already bold, in combination with font-weight:bold becomes even bolder in Edge, which was not the case before and is not happening ...
0
votes
0
answers
55
views
Cookies using MS Edge and file:// protocol
Using Firefox on local files (file:/// testing)
document.cookie = "lightBulbState=light;expires=2025年7月04日 16:07:41 GMT"
works. It does not work on Edge. Found lots of folks writing ...