72,137 questions
-1
votes
0
answers
23
views
selenium with proxy authenticaion using chrome extension not working
I recently used this python library on injecting proxy username and password on Selenium https://github.com/freezingdata/selenium-authenticated-proxy
It works for a couple of months, but now. Chrome ...
Advice
0
votes
0
replies
26
views
Moving the Tab Saver Extension
Is it possible to move tabs saved in the “Tab Session Manager” extension or add-on to another browser I use,
or transfer them to the “Session Buddy - Tab & Bookmark Manager” extension in my ...
-2
votes
1
answer
86
views
Chrome command-line switch --force-webrtc-ip-handling-policy not blocking IP leakage in Release build [closed]
I am trying to launch an isolated Google Chrome instance on macOS with a specific user-data-dir and proxy settings. My goal is to restrict WebRTC to only use the configured proxy (hide the real public ...
-1
votes
0
answers
49
views
How to detect iPadOS Slide Over (floating window) from a browser-based web app using JavaScript? [closed]
What I am trying to do
I am building a browser-based exam proctoring platform that runs in Safari and Chrome on iPad. I need to detect when a candidate opens another app or browser tab in Slide Over (...
Advice
0
votes
4
replies
68
views
Prevent soft keyboard briefly dropping when focus lost because a button was pressed
I have implemented a search facility on text in an html textarea.
When a button is pressed, the search text is found in the text, the textarea is scrolled to bring the found text into view, the ...
-1
votes
1
answer
54
views
Launch Chrome debug session from VS Code with signed-in Chrome account
How to launch a Chrome instance from VS Code for debugging that has my account config (Google profile, plugins, etc.)?
If I add the standard launch config, it opens a 'gutted' Chrome version. But I ...
-2
votes
2
answers
155
views
JavaScript Media Session API: pause works, play doesn't work
I'm trying to use the Media Session API. That's the playback control in the browser itself:
The pause button successfully pauses the sound and the seek bar, but the pause button doesn't turn into a ...
2
votes
0
answers
53
views
Why can Zoom re-trigger Chrome's Mic prompt while my Web App stays "Silent" after being Blocked?
I'm facing a frustrating UX issue with microphone permissions in Chrome.
The Flow: User grants mic access -> User later goes to Chrome Site Settings and manually toggles the Microphone to "...
2
votes
1
answer
117
views
navigator.getInstalledRelatedApps() is empty on Chrome in Windows 11
Something must be missing, but I just don't know what. Because the installed web app should be listed in the array when calling navigator.getInstalledRelatedApps() but the array is just empty.
Chrome (...
Advice
0
votes
3
replies
168
views
I have the idea but no coding skills – how do I build this animated UI?
I’m working on a Google extension and I wanted to ask for help because I have a pretty clear idea of what I want to build, but I don’t know how to actually implement it in code. I’m using HTML and ...
1
vote
1
answer
117
views
CSS properties can't use measurement units other than pixels on Chrome [duplicate]
When I try to create a <length> type property in my CSS, Chrome complains if I don't use pixels as the unit of measurement:
@property --my-width {
syntax: "<length>";
...
Advice
0
votes
0
replies
68
views
Is there a way to intercept `beacon` requests and `service-worker.js` downloads with puppeteer?
I have set up an interceptor to enrich my requests headers before they reach one of my proxies, but I have the following issue:
When looking at the proxy logs, I see that the request to download the ...
0
votes
1
answer
106
views
Google chrome styling issues with developer extension popups
Problem:
I have been trying to create my own pop-up for a Google Chrome extension that I have been working on. I have barely started, and have already come across an issue with the styling of the pop-...
2
votes
2
answers
116
views
Chrome issue: absolute element, in inline-flex, with offscreen clip-path, is not visible when scrolled to
I have the following test code, where I have several divs in an inline-flex element. The last div contains some "secret" text. The text should not scroll, so its position is absolute. The ...
0
votes
0
answers
56
views
Chrome for iOS: Google OAuth "use another account" flow loops back to sign-in instead of completing authentication
I'm implementing Google OAuth in a Node.js/Express app. Standard sign-in (selecting an already-listed Google account) works correctly. But when a user taps "Use another account" on the ...