Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [chromium]

Chromium is the open source web browser project from which Google Chrome draws its source code.

0 votes
0 answers
9 views

How to stream a video that has the moov atom at the end of the video

I currently have an HTTP pseudo streaming service, where you can serve files from to a client. Some files can be video files which are streamed using HTML tag. Now for the files that have the moov ...
Ștefan Jiroveanu's user avatar
-1 votes
0 answers
5 views

VS Code Chromium / Firefox debugger "Unable to attach browser"

Working in VS Code on a Vite project, I seem unable to launch nor attach debugger neither with Chromium nor Firefox. What is happening Launching Chromium Error Unable to launch browser: "Unable ...
raaaahman's user avatar
  • 128
-5 votes
0 answers
35 views

what encoding does Chromium 126 show? [closed]

the script file contains Russian comments. Notepad++ shows UTF-8, i.e. UNICODE . This encoding has been adopted since 1992. And it should replace all other anachronisms. Here is the result of ...
serega da's user avatar
0 votes
0 answers
89 views

Seleniumbase Chrome 127 "search engine is needed" problem

In the Chrome version 127 always get a chrome popup with search engine is needed and I have to choose. I use seleniumbase but cannot hide it, disable or click. So ruin all my process... I saw some ...
tromotixc's user avatar
0 votes
0 answers
29 views

Workaround for chaining ::part() selector with other selectors in chromium based browsers?

I was trying to use chain :disabled, :not([disabled]) and/or :not([aria-label='']) with ::part() but I have found that it does not work in chromium based browsers as mentioned in the answer here. It ...
Arkadiusz Górecki's user avatar
0 votes
0 answers
18 views

Playwright Browser Launch issue

playwright._impl._errors.TargetClosedError: Browser.new_page: Target page, context or browser has been closed Been launching the chromium browser instance on my aws lambda with no issues until ...
Shriyash Sutar's user avatar
0 votes
1 answer
42 views

Playwright in a Docker suddenly stopped working "Executable doesn't exist at /home/.cache/ms-playwright/chromium-1124/chrome-linux/chrome"

It was working fine up until yesterday. Full setup is Playwright in Express in a Docker container in Google Cloud Run. Preferably headful but I'd accept anything at this stage. browserType.launch: ...
ooovoflo's user avatar
0 votes
0 answers
21 views
+250

Pyppeteer browser closed unexpectebly on heroku

I upgraded my stack on heroku I've noticed a message telling me to use a newer chrome buildpack rather than the older buildpacks I've used. Logically I proceeded to install this buildpack per the ...
Łukasz Kwieciński's user avatar
0 votes
0 answers
15 views

Headless Chrome Not Setting All Cookies

I have opened a chrome browser with some command line options.When this is in normal mode (non headless mode) it is setting the required cookies in the "Network.requestWillBeSentExtraInfo" ...
Learner's user avatar
  • 37
0 votes
0 answers
9 views

How to reset zoom (scale) in chromium desktop via javascript?

I have a webpage on a desktop kiosk (ubuntu 20.04) (chromium [url] --kiosk) where I want to let the user zoom in for accessibility purposes, but reset the zoom to the default scale after an inactivity ...
DavideAntonioB's user avatar
0 votes
0 answers
33 views

How check browser support in CSS for @view-transition navigation: auto?

Google Chrome 126 is introducing cross-document view transitions in CSS (source) with @view-transition { navigation: auto; } Now I would like to check the support of the user's browser with: @...
Oliver Schwarz's user avatar
0 votes
0 answers
19 views

Chromium browsers: Select Option menu immediately closes after opening when scrolling

I'm encountering an issue with select elements in Chromium-based browsers. Here's the specific problem: I scroll to the bottom of the page using a mouse with momentum scrolling. The page reaches the ...
O S's user avatar
  • 484
0 votes
1 answer
38 views

Why do my Python Playwright test work in Firefox but fail in Chromium?

These tests works in Firefox but fail in Chromium: def test_cnn_sport_page_title(page: Page): page.goto('https://www.cnn.com/sport') expect(page).to_have_url('https://www.cnn.com/sport') ...
Michael Durrant's user avatar
0 votes
0 answers
22 views

How to load wasm which uses SharedArrayBuffer in Chromium Embedded Framework application

I am using CEF v116 (C++) for a desktop application and trying to load a WebAssembly bundle. This bundle has a js wrapper layer which allocates memory using SharedArrayBuffer and exposes wasm APIs to ...
amoadb's user avatar
  • 1
0 votes
0 answers
23 views

Chromium headless on latest puppeteer

I'm experimenting with using Puppeteer to run the latest Chromium install on an ARM64 docker image with headless: true set. Do you know if there is anything in particular I should be aware of here? ...
Trevor Tiernan's user avatar

15 30 50 per page
1
2 3 4 5
291