Top "Chromium" questions

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

How to download file with puppeteer using headless: true?

I've been running the following code in order to download a csv file from the website http://niftyindices.com/resources/…

node.js chromium puppeteer
Chrome "Active content with certificate errors"

We recently updated our ZNC server (don't think this matters) with a new certificate to include a Subject Alternative Name (…

google-chrome ssl ssl-certificate chromium tls1.2
Android System WebView crashes Android apps! "Tombstones are disabled on JB MR2+ user builds"

EDIT: It turns out it wasnt Chrome but Android System WebView. Several other users on Google Play Store have left …

android google-chrome xamarin chromium
How To Open PDF Files Inside Chromium?

I'm using nodejs and chromium for my desktop app. The problem is that I can't open pdf files in chromium. …

javascript node.js google-chrome chromium appjs
chrome.runtime.sendMessage not working as expected

I am writing a Chrome plugin with a content script and a background script, and I am trying to make …

google-chrome-extension chromium
Getting Chrome Browser in java Applications

Is there a way to get the Chrome browser inside of java applications similar to the way Awesomium works in …

java google-chrome chromium chromium-embedded embedded-browser
Simple way to download Google Chrome/Chromium source code

I thought this would be easy but I can't find any link to a simple tar.gz/tar.bz2/zip …

chromium
Chromium kiosk mode : Fullscreen and remove address bar

I am trying to run chromium browser in kiosk mode in raspberry pi 3(Official Jessie ). Here is i've added in …

chromium kiosk-mode
Selenium use Chromium instead of google-chrome

I first installed Chromium and prepared my Selenium tests to run with it (I have the chromeDriver and I did …

node.js google-chrome selenium chromium
Puppeteer Error: Chromium revision is not downloaded

I used npm i puppeteer as stated in the Documentation and I'm getting the following error: (node:2066) UnhandledPromiseRejectionWarning: Error: Chromium …

node.js npm chromium puppeteer