Skip to main content
Filter by
Sorted by
Tagged with
207 votes
8 answers
348k views

IS there a way to trick the server so I don't get this error: Content was blocked because it was not signed by a valid security certificate. I'm pulling an iframe of an html website into another ...
user3594437's user avatar
  • 2,103
105 votes
3 answers
23k views

I downloaded Chromium's code base and ran across the WTF namespace. namespace WTF { /* * C++'s idea of a reinterpret_cast lacks sufficient cojones. */ template<typename TO, ...
Motti's user avatar
  • 116k
76 votes
16 answers
124k views

I used npm i puppeteer as stated in the Documentation and I'm getting the following error: (node:2066) UnhandledPromiseRejectionWarning: Error: Chromium revision is not downloaded. Run "npm install" ...
Moses Schwartz's user avatar
66 votes
3 answers
64k views

I'm developing packaged app for chrome store using one-time chrome wallet payments. For my app I need to check during the runtime if user bought the app or not to decide should it be demo ...
Qvatra's user avatar
  • 3,867
62 votes
2 answers
4k views

Preface This issue seems to only affect Chrome/V8, and may not be reproducible in Firefox or other browsers. In summary, the execution time of a function callback increases by an order of magnitude or ...
Lewis's user avatar
  • 4,655
61 votes
4 answers
1k views

I have an Android HTC Amaze and an Android HTC Desire. My Sencha Touch 2 apps wrapped by PhoneGap work excellent for the Desire but they refuse to load on the HTC Amaze 4.0.3. I'm getting this kind of ...
Vahan's user avatar
  • 779
59 votes
4 answers
26k views

How does one detect a spelling mistake inside a textarea in JavaScript? Is there an event associated with this? How do I access Chrome's spell-check suggestions for a misspelled word?
user avatar
53 votes
3 answers
12k views

Red-colored message appeared, presumably after browser auto-update: Warning! This area is for use by developers only. Scammers have been known to encourage people to copy/paste information here to ...
Estus Flask's user avatar
49 votes
5 answers
15k views

Trying to view my test localStorage, I see nothing in the Storage section under Applications in the Developer Tools. However, using the console, I can access it, meaning its clearly there. Am I ...
cocoseis's user avatar
  • 1,493
48 votes
11 answers
84k views

I've been running the following code in order to download a csv file from the website http://niftyindices.com/resources/holiday-calendar: const puppeteer = require('puppeteer'); (async () => { ...
Antonio Gomez Alvarado's user avatar
44 votes
5 answers
87k views

Something is wrong with my Chrome inspector, I would like to reset the Chrome inspector to out of the box settings. How could I do ? (wihout removing my whole Chrome)
Hugolpz's user avatar
  • 18.4k
39 votes
5 answers
38k views

I've been working on an application which have a WebView in which a static page get loaded from the assets (Also using JavaScript). This WebView is not working in KitKat, it remains blank. I am aware ...
gnuanu's user avatar
  • 2,260
38 votes
4 answers
93k views

Background I built an application that uses Puppeteer on my localhost. Now that I am trying to deploy it into a debian environment the script that runs Puppeteer is timing out. After researching it I ...
wuno's user avatar
  • 9,905
37 votes
4 answers
80k views

Google announced that from March 15 2021 for the open-source version of Google Chrome, Chromium, it is limiting Private API availability. The main implication of this change is that is no longer ...
Bastiaan Quast's user avatar
35 votes
4 answers
75k views

I'm trying to debug difference between HTTP/1.1 and HTTP/2. Is there any possibility for disabling HTTP/2 in chrome or chromium? I couldn't find this option flag in chrome 56. I have tried chromium 58 ...
Everettss's user avatar
  • 16.2k
33 votes
4 answers
67k views

I would like to reload the page whenever the page doesn't load properly or encounters a problem. I tried page.reload() but it doesn't work. for(const sect of sections ){ // Now collect ...
glhe13's user avatar
  • 509
31 votes
2 answers
10k views

As of February 2019 in Chrome Version 71.0.3578.98 on Mac , the following program throws Uncaught RangeError: Maximum call stack size exceeded error. at a count of 16516. const a = x => { ...
Ben's user avatar
  • 5,462
30 votes
9 answers
75k views

In the Selenium options (on Firefox) I can find Custom browser. Is it possible to use this option to run a Selenium test in Chromium Browser (not Chrome)?
RusAlex's user avatar
  • 8,645
29 votes
7 answers
20k views

I am working on a project where I need to run Google chromium over Linux FrameBuffer, I need to run it without any windowing system dependency ( It should draw on the buffer we provide it to draw, ...
SunnyShah's user avatar
  • 30.6k
29 votes
3 answers
22k views

I'm experiencing an issue with Chrome that I can't seem to fully understand, I'm curious if folks here have dealt with it before. This doesn't reproduce in Firefox. The steps are as follows: Start ...
Alexandr Kurilin's user avatar
27 votes
9 answers
76k views

I have followed these steps while installing the gnome extension of chromium in Ubuntu 20.04. Installed the GNOME Shell integration extension on chromium. As per their documentation ran a command to ...
Digvijay Rathore's user avatar
27 votes
3 answers
4k views

When I use CSS filters, shadows, transformations, SVG (or similar), my Chrome/Chromium shows a strange diagonal lines: filter:drop-shadow(0px 0px 10px #dce810); transform:skew(-15deg); No ...
Manz's user avatar
  • 988
27 votes
1 answer
5k views

You can preventDefault() on Chrome shortcuts with JavaScript, but you can't do it with all of them. Ctrl + S and Ctrl + F you can override. Ctrl + W you cannot. This makes sense. Ctrl + L though I was ...
Slbox's user avatar
  • 13.4k
26 votes
1 answer
16k views

I've recently upgraded my Nexus 4 to Android 4.4. Whilst debugging my app, I discovered message W/chromium(14962): [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system ...
Someone Somewhere's user avatar
26 votes
1 answer
5k views

Environment Host running Ubuntu 14.04.5 LTS Docker version 17.09.0-ce, build afdb6d4 Chromium 62.0.3202.89 2 webcams: /dev/video0, /dev/video1 Cameras # v4l2-ctl --list-devices Venus USB2.0 Camera (...
zabumba's user avatar
  • 12.5k

1
2 3 4 5
88