google-chrome tag

64 questions


1 answers
353 views
0
SpeechSynthesis.getVoices() cannot retrieve available audio

I ran getVoices() of the Web Speech API with the following code in chrome, but it returned with an empty array.How can I get it?const voice=speechSynthesis.getVoices();console.log(voice);<·[]// Con...


1 answers
264 views
0
Is it a security problem that Google Chrome has difficulty accessing its own website?

This is a question about the relationship between SSL certificates and Apache.I'm trying to publish my own website and I'm using a free software called MAMP.Most browsers, including the smartphone ver...


1 answers
490 views
0
/usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier

What do you mean by symbol lookup error?$google-chrome --versionGoogle Chrome 79.0.3945.79 $sudo yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpmDownloading packa...

1 years ago

1 answers
438 views
0
I want to know why if the element with pointerdown disappears after ignition, the focus will be off even if another element is focused.

It is as the title suggests.When an element that gives a pointerdown event disappears after the event fires, even if the focus() method forces other elements to focus, it will fall out.This does not h...


1 answers
349 views
0
Bugs that cause the thickness of the border in the table to fall apart.

Ravel, I'm using Bootstrap to create a web site screen.There seems to be a bug on the browser side where the thickness of the border in the table becomes disjointed when the screen size is changed.Reg...


1 answers
455 views
0
I want to get the url of window.open() implemented in the site by browser extension before opening it.

The whole thing you want to doIn order to prevent transitions to phishing sites by notifications in the site, if notifications using Notification api are detected in the site, the title and body conte...


1 answers
281 views
0
The Chrome extension cannot set the value of the acquired HTML element to Chrome.storage.

I am creating a Chrome extension, but I would like to retrieve HTML elements and save them to Chrome.storage.For pages with only h1 tags, if you run JavaScript below, >Value is set to <h1>Hel...


2 answers
410 views
0
How do I do an official build of Chromium?

Version: 92.0.4515.131 (Official Build) (64-bit) There is an Official Build in Chromium, as shown in .I couldn't figure out how to build even after looking for various documents.Please tell me how to ...

1 years ago

1 answers
382 views
0
Chrome 92 Shows err_connection_reset

On Google Chrome 92, Android System Webview 92, and Chrome App 92, err_connection_reset is displayed and it is in an inaccessible state.It is accessible on Firefox and Safari.Another site on this serv...

1 years ago

2 answers
351 views
0
Identifying File Names Retrieved and Saved by Selenium

I was able to automate Chrome with Ubuntu+Python+Selenium and click the Save button to save the file locally, but this file name cannot be controlled manually and the site from which I got it becomes ...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.