Category "google-chrome"

Lighthouse Performance improvement for flutter [Scroll]

So I've build a static website using flutter (web-app) which is hosted on Firebase Hosting. I checked my Lighthouse report using DevTools by chrome, and i get t

Can't use transform: scale() in Angular animation without Experimental Web Platform features enabled - how to fix this for hosted site

This issue is only on Chromium browsers. Whenever I use a style with transform: scale() in an Angular or a css keyframes animation and I do not have the Chrome

Issue With Binance API Fetch In Chrome

My Code Works Fine In anWriter App But Doesn't Work In Chrome Browser ! It Freezes After Reaching The Fetch Line In Account_Fetch Function ! If Code Works Fine

JS table sorting fail on Chrome

I am working on a website that allow people to participate in an online race on erg rowers. I display a large table (600+ rows) containing rank, name and other

Sync issue with iframe in Chrome and Edge

the following script is used to load in a IFRAME a web application. function openCashier(destination) { postIsAnonymous(function (data

chrome: why does localStorage also contains sessionStorage data?

I am using AWS Cognito for my web app and testing with Chrome browser. I started with the default AWS Cognito / Amplify configurations, such that the tokens are

Styling Scrollbar of the modal inside reactjs-popup

I have a reactjs-popup inside my CustomPopup functional component: function CustomPopup({setFalse, item}){return(<Popup open={true} onClose={() => {setFal

Callback on successful login for sso on chromeCustom tab

I am using CCT for sso Login.now once the login is successful, the cct is not coming back to app. Suppose the success url contains "com.example.success://hello/

Error in selenium c# witch WebDriverException

OpenQA.Selenium.WebDriverException: "The HTTP request to the remote WebDriver server for URL http://localhost:61601/session/bf47076dd5340edf30b904f946dae6f2/url

Google Chrome's console.log() prints DOM nodes inconsistently

Not a duplicate of Google Chrome console.log() inconsistency with objects and arrays, since this question is not about objects and arrays. Here is a simple HTML

How to open Website as App in Microsoft Edge from CLI?

In Chrome you can use start chrome --new-window --app=http://www.example.com To have it open in a reduced window (PWA-Style). Chrome as app How is this possib

Why Chrome Dev tools (network tab) doesn't show the response for a request? (Failed to load response data: No resource with given identifier found))

I have been unable to deduce why Chrome(97.x.x.x) is unable to load the response for a successful POST XHR. It displays the following message in the response se

Visual Studio 2022 ASP.NET Core 6 Default application and Add folder to workspace in Chrome DevTools is not working anymore

After some update to either Visual Studio (I have the same issue in both VS2019 and VS2022) or Chrome I can no longer update the CSS in DevTools and have it ref

Chrome PDF Viewer Fit To Page

I have a user that open hundreds of PDFs per week through the PTO’s Electronic Filing System and need to review them in the browser. When Firefox isn&rsq

WebHID: no compatible device found, but device shows up in Chrome device log?

For starters I used navigator.hid.requestDevice without any filters. So I can see which devices are available before adding a custom filter, but my device doesn

Getting a SameSite cookie issue when trying to load recaptcha api.js in ASP.Net core project

I am trying to add a Google v2 reCaptcha on my ASP.Net Core 6 Web Application and test it on my localhost. When I add the following line: <script src="ht

How do I read Google Chrome Coverage report?

For example, I have this Coverage report snapshot: It says that page load is 2.5MB of bandwidth though the Coverage report says there's more unused code (3.3MB

HTTP 103 Early Hints: How to diagnose if they are correctly set by Cloudflare and respected by Chrome?

For my cryptocurrency market data website I have enabled early hints on Cloudlare I am generating early hints on SvelteKit/Vite web server hooks I have verifi

How can I open multiple browser instances in selenium in c#?

I want my program to open multiple browser instances at once and perform actions. But I ran into a problem, which is that all actions are performed in turn. I h

Uncaught TypeError: Failed to construct 'URL': Invalid URL in chrome extension v3 when using messages

Here is a minimal extension for chrome in v3: manifest.json { "manifest_version": 3, "name": "Test", "version": "1.0", "description": "Test extension",