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
21 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
24 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
27 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
9 views

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
14 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
32 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
-2 votes
0 answers
20 views

Chromium for raspberry pi [closed]

I am making a custom box on raspberry pi. I need chromium to autoplay a real time audio stream. Chromium now prevents this without user interaction. Where do I get the source for chromium on rpi? ...
Ian H Stewart's user avatar
0 votes
0 answers
18 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
  • 474
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
21 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
1 vote
0 answers
19 views

ERR_SSL_CLIENT_AUTH_CERT_NEEDED when sending custom client certificate from Electron

I have been trying to send a certificate (in the form of a .pem file) from Electron to my backend (using gevent) and encountering the following error (node:18946) electron: Failed to load URL: https://...
Keane Dixon Wong's user avatar
0 votes
1 answer
18 views

pagedown::chrome_print links go to wrong page

I'm using pagedown::chrome_print() to render R Markdown to PDF. As of a month or so ago the internal links in the PDF have changed. I have a small table of contents on the first page of my document ...
datawookie's user avatar
  • 6,059

15 30 50 per page
1
2 3 4 5
291