Questions tagged [chrome-canary]

Chrome Canary is the bleeding-edge version of Chrome.

Chrome Canary is the bleeding-edge version of Chrome. Google Chrome Canary has the newest of the new Chrome features.

Be forewarned: it's designed for developers and early adopters, and can sometimes break down completely.

It can be downloaded here.

13 questions
4
votes
0 answers

mDNS Support for WebRTC at Google Chrome M74

Google Chrome scheduled for M74 release that the mDNS support for local ICE candidates will be involved in the browser to increase privacy. This feature is controlled by the feature flag -enable-webrtc-hide-local-ips-with-mdns ; I am trying to…
korayguney
  • 149
  • 10
3
votes
3 answers

How to debug chrome extension service worker for manifest v3?

I am experimenting with chrome extension manifest v3 (on chrome canary) and I can't find any way to debug the service worker script defined in the manifest.json. For manifest v2 there was a link on the chrome://extensions/ page that would open a…
samuelstarbuck
  • 93
  • 2
  • 10
2
votes
0 answers

Chrome inspect not showing Node app, debugger

I'm working on a Node.js project and it was working perfectly (friday around 3pm). I opened the same project this morning and the debugger of chrome isn't working anymore with my node --inspect command. node --inspect server.js It tells me it…
1
vote
0 answers

DevTools Coverage Activity

I want to remove unused code from my files and I am using the Coverage tab from DevTools. My problem is that Coverage shows only used code from the static page, if I have styles(hovers for example) or scripts that are not active on page load,…
1
vote
0 answers

How to get clearer video output during webxr session (Chrome Canary 70.0.3538.2)?

I am trying to get a clearer (near focused) video output from webxr session for recognizing text (using tesseract.js). It looks like this now. Things I have tried and failed Creating new camera session -> getusermedia during webxr session fails…
RamBa
  • 42
  • 6
1
vote
1 answer

Lighthouse on Chrome Canary incorrectly gives the error 'Content is not sized correctly for the viewport'

The lighthouse audit tool gives the following error: Content is not sized correctly for the viewport even though this never appears on the normal Chrome same issue in Version 69.0.3497.100 (Official Build) (64-bit)...
1
vote
2 answers

How to initiate Chrome Canary in headless mode through Selenium and Python

from selenium import webdriver options = webdriver.ChromeOptions() options.binary_location = 'C:\Users\mpmccurdy\Desktop\Google Chrome Canary.lnk' options.add_argument('headless') options.add_argument('window-size=1200x600') driver =…
0
votes
0 answers

Can Google Chrome Canary be reverted to previous version?

I utilize Google Chrome Canary for development work. System: OS: macOS Big Sur 11.2.3 Processor: i7 Since Canary has a nightly build, I am regularly running Update Chrome button in the browser, but not every day. Yesterday, this update caused Canary…
rdbishop
  • 1
  • 2
0
votes
1 answer

Back slash (\) in url basic authentication

I am creating a Canary in AWS Cloudwatch for a sharepoint website logging as a different user. Trying pass username and password in url for Basic Authentication like below http://username:password@websiteurl.....?loginasanotheruser=true The…
0
votes
0 answers

How to circumvent Chrome Canary when using R to control Selenium

Windows 10 x64 PC Chrome 83.0.4103.106 Chrome Beta 84.0.4147.45 Chrome Canary 85.0.4175.0 R 4.0.0 Arbor Day R Studio 1.3.959 Java Version 8 Update 251 (build 1.8.0_251-b08) I'm trying to get Selenium running for a class I'm taking. When I go…
0
votes
1 answer

Latest Canary, Angular/Webcomponents/Polymer/Polyfill is broken

This is an error I am seeing only in Canary v80. I have an Angular 1.3/Webcomponents 0.7 application, and several of the UI elements are not rendering correctly. It is very hard to track down which element of the application is throwing the…
user2689782
  • 697
  • 10
  • 26
0
votes
0 answers

Google Chrome v.75, Google Canary v.78 crashes when open dev tools with disabled chrome://flags "Disable site isolation"

Google Chrome v.75 Google Canary v.78 chrome://flags "#site-isolation-trial-opt-out" - disabled So the problem is that browser crashes right after attempt to open developer tools with changed flag. I tried to switch between original chrome version…
0
votes
2 answers

Packaging google canary in SCCM

for our system software center in SCCM we'd like to offer google canary and make them required software for some deployments. Has someone succesfully succeeded in doing so? We have the chromestup.exe currently as our install file and deployed the…
Wouter Dumon
  • 47
  • 3
  • 10