Category "google-chrome"

Android Chrome Webview access to Google Pay is not working

Trying to integrate Google Pay (via Stripe) in our App. On Android 7.0, the native chrome browser is able to get access to the Google Pay data and display the s

PHP Desktop - Access to local resources

can you help me with access to local reseources? For example I want glob my images outside of www folder. PHP has access but chrome not show this images. Than

Can cloudflare add custom headers?

Is there anyway to add custom headers in cloudflare? We hvae some https ajax to cache static files, but it's not handling headers like "Access-Control-Allow-Cre

How to detect if a tab is unloaded after you restart the Chrome browser?

Let's say I have a bunch of tabs opened in Chrome, I close the browser and then reopen it. Those tabs will remain unloaded, until I click on them, then they wil

Chrome Extension: How do I inject a script that the user provided?

I'm making an extension for chrome where the user can input a script, then press "run" to inject it into the current tab. I am using MV3 (manifest v3). Are ther

google chrome extensions: Show ssr or csr

hello I am looking for a tool where I can see how the website rendering is done. Whether the website Server Side Rendering or Client Side Rendering

How disable chrome extension from popup menu?

i create my extension and i want create disable/enable button to popup menu in my chrome extension i has created popup.html file <button id="disable">D

unknown error: session deleted because of page crash from unknown error: cannot determine loading status from tab crashed with ChromeDriver Selenium

I'm using InstaPy which use Python and Selenium. I start the script per Cron and from time to time it crashes. So it'r really irregular, sometimes it runs well

Kendo DatePickerFor issue in Chrome version 56.0.2924

I am using Kendo DatePickerFor. After I recently updated my Chrome browser, it shows a blank value in the date picker control. I am using it for month selection

Can I set the filename of a PDF object displayed in Chrome?

In my Vue app I receive a PDF as a blob, and want to display it using the browser's PDF viewer. I convert it to a file, and generate an object url: const blob

Kendo UI datepicker incompatible with Chrome 56

After updating Chrome to version 56.0.2924.76 (64-bit), our Kendo datepickers stopped working. All datepickers were bound using ViewModels, and now they don't s

Cannot query clipboard when running puppeteer in headless mode

The code below works when puppeteer runs with { headless: false } but fails when it's true. The error is DataError: No valid data on clipboard.. Why is this hap

html link focus and hover states does not work properly with css column-count in chrome

When i use css column-count i get the following focus issue: Part of the outline is shown in the previous column (see image) code example: ul { list-styl

use of webcodecs API in Angular project?

I am trying to use features from the new webcodecs API in Chrome within an angular project. Typescript doesn't seem to be aware of the types, so I installed dom

How to disable Chrome to autofill username/email password?

I know its been answered many times on SO but that is for older versions of Chrome. I have Chrome Version 53.0.2785.143. I want to disable Chrome to autofill

Input with type "date" doesn't display new value

I have an input with type "date": <input type="date" value="2016-08-16"/> When I load the page I can see that specified date is selected. However, if

Selenium-Wire Your Connection Is Not Secure

I'm using selenium-wire with undetectable chromedriver and it's giving me: "Your Connection To This Site Is Not Secure" when I go into a site, and the https in

In Chrome, how can I get the javascript console output to stdout/stderr

I'm using Google Chrome, and have a page that prints some information to the Javascript console - I want to pipe this to a script. I've found how to display

Embedd selenium browser in pyqt5 application

from selenium import webdriver from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager from selenium.webd

Webcam.js not working in chrome browser

I am implementing webcam.js in my website. I have downloaded script https://github.com/jhuckaby/webcamjs This script is working fine in mozilla firefox browser.