Skip to main content

Questions tagged [google-chrome]

[google-chrome] is for questions related to development with Google Chrome, a web browser that uses the Blink rendering engine. Warning! General support for the browser is off-topic: questions about using or configuring the browser should be posted on https://superuser.com. Chrome OS and Chromium are off-topic: questions about [google-chrome-os] or [chromium] should use those tags.

0 votes
0 answers
34 views

CRM Dynamics 2016 stuck in "Loading Business Logic" message

when we browse any entity in CRM (Dynamics CRM 2016 on premise) it most of the times -not always- gets stuck on the error message "Loading Business Logic", If you refresh the page with F5 it ...
Dvey's user avatar
  • 161
-1 votes
0 answers
35 views

Google Chrome crashes unexpectedly when running specific command

I'm encountering an issue where Google Chrome abruptly crashes when I execute the following command on macOS: defaults write com.google.Chrome IncognitoModeAvailability -integer 0 This command is ...
Ryosuke's user avatar
0 votes
0 answers
30 views

MP4 file created using MediaRecorder API is not playable

I am trying to generate an mp4 file from a screen recording done via a chrome extension. The video plays back perfectly on the browser, but when I download the file and play it back locally with a ...
Nived Sanil's user avatar
0 votes
1 answer
26 views

Puppeteer: @puppeteer/browsers .install 404 (not working)

I'm working on a project that bundles a repo to an .exe using Node SEA. Bundling puppeteer causes me to need to install chrome myself, so I've switched from puppeteer to puppeteer-core + @puppeteer/...
BinarySolo's user avatar
-1 votes
1 answer
34 views

Allowing autoplay of a video with sound - Chrome

As the title suggests, we have a system we are putting together for a client that requires autoplaying full screen mp4 videos with audio. We essentially have a navigation list of videos - and when you ...
ConquestXD's user avatar
0 votes
1 answer
18 views

scrollbar is not visible in chrome. how to make it always visible?

how to make the scrollbar always visible in Chrome? it's really annoying that it disappears. Unfortunately, none of the online methods work I have macbook sonoma 14.5 Chrome 126.0.6478.127 under: ...
MarKil's user avatar
  • 29
0 votes
1 answer
34 views

How can I solve this problem with ChromeDrive?

I have this code: from selenium import webdriver from selenium.webdriver.common.by import By import time driver = webdriver.Chrome(r'C:\dchrome\chromedriver.exe') driver.get('https://www.smv.gob.pe/...
Sebastian Gómez Tenorio's user avatar
-1 votes
0 answers
15 views

CORS errors on Firefox under corporate VPN

I'm using Firefox on a work Macbook. Occasionally, I encounter sites that won't load properly on Firefox, but everything works OK on Chrome. The latest example is https://miro.com The system is ...
nologin's user avatar
  • 39
1 vote
1 answer
23 views

python selenium keep my login information to open chrome

I logined my youtube account,now I want to use selennium to open chrome and then open wwww.youtube.com/ with the account logined.how to achieve that? user_data_dir=r'C:\Users\cccc\AppData\Local\...
learner's user avatar
  • 13
0 votes
0 answers
25 views

Next JS fetch error from Ruby - Application error: a client-side exception has occurred (see the browser console for more information)

I have a Next Js app running in gogle cloud run and backend services in ruby on rails runnning on GKE i have correctly exposed the endpoints and they can connect however when i run the service on ...
Smbugua's user avatar
  • 87
0 votes
0 answers
37 views

Missing few Cookies (Only in Chrome browser) in the First-Party Site's Request Header When Redirecting (Status Code: 303) from a Third-Party Site

Chrome Browser Version: 126.0.6478.127 (Official Build) (arm64) Used technologies: ClientSide - Html, React.js, Javascript ServerSide - GoLang What I tried: Step 1: Setting a few cookies with ...
Jakpren's user avatar
  • 91
0 votes
0 answers
28 views

Apache Beam -> BigQuery: Storage Write API doesn't respect Primary Key

I have a BigQuery table created using the following DDL: CREATE TABLE mytable AS ( id STRING, source STRING, PRIMARY KEY (id) NOT ENFORCED ); As you can see, id is set as the table Primary Key. ...
SeeBeeOss's user avatar
0 votes
1 answer
27 views

window.getComputedStyle(...).getPropertyValue('width') is returning wrong value on chorome

I'm trying to determin the width of a 1 char element defined simply as : <div ref={refBBFS} style={{width:"1ch",fontFamily:'some monospace font'}}>X</div> [ using nextjs 13.1.1 ,...
omer brandis's user avatar
0 votes
0 answers
47 views

Why does the web request use internet settings?

Hello I have an application, middleware application, When I use C# HttpWebRequest it exhibits the same behavior as Internet explorer. I cannot access a site with Internet Explorer that I can access ...
yhackup's user avatar
  • 199
0 votes
0 answers
27 views

WebRTC localhost demo failed

I need help debugging why this WebRTC demo is failing on my machine (demo is linked below). I'm receiving a WebRTC: ICE failed, add a STUN server. STUN is not required for this demo, there's something ...
David Bell's user avatar

15 30 50 per page