Skip to main content

All Questions

Tagged with
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
0 answers
106 views

Spam warning message "Third-party cookie will be blocked in future chrome versions" [duplicate]

Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox. Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox. I dont understand how ...
Qoomit's user avatar
  • 75
0 votes
1 answer
54 views

How do I get browser pages when using Puppeteer.connect()?

I'm working on some automation with Puppeteer and I need to create the browser object by using Puppeteer.connect({ browserWSendpoint: endpoint }), rather than Puppeteer.launch({ headless: false }). ...
Gabriel Bigelow's user avatar
0 votes
0 answers
43 views

Puppeteer "could not find Chrome" node js standalone executable application (SEA)

I'm working on a project that uses Node SEA (https://nodejs.org/api/single-executable-applications.html) to create an .exe with the intention of converting a Quickbooks report saved as a CSV to ...
BinarySolo's user avatar
1 vote
1 answer
21 views

Chrome Use GPU While downloading ZIP files

I have a web application. Which is used to send files And there is a functionality that download all files in the ZIP formate. The Problem is when i download any zip file my web browser use GPU. is it ...
Frontend Tapas's user avatar
0 votes
1 answer
66 views

Why is chrome://inspect not listing the remote target, and how can I resolve this issue so that the target appears in chrome://inspect as expected?

chrome://inspect Not Identifying Remote Target, But devtoolsFrontendUrl Works: I'm having trouble getting Chrome's chrome://inspect page to recognize a remote target for a Node.js debugger. Here's the ...
Lindauson's user avatar
  • 3,243
0 votes
0 answers
19 views

How to handle google OAuth2 sign (google sheets service)

I have a problem, how do we authenticate google sheets, google apis when running an instance on the backend the code I have provided needs to be run on an cron How Do I implement this, with a cron job,...
Maarij_ahmed's user avatar
0 votes
0 answers
73 views

Angular app working in Firefox but not in Chrome

I am working on an Angular app with following versions: "@angular/animations": "^17.0.0", "@angular/cdk": "^17.3.7", "@angular/common": "^17.0.0&...
Daniele Caliari's user avatar
0 votes
0 answers
57 views

serving file via fastify works on localhost but not on specific ip address (only chrome)

I have set up a fastify server which is supposed to serve files from a redis server. I have set up the server like so: const fastify = Fastify({ logger: { transport: { target: '...
pcace's user avatar
  • 541
1 vote
1 answer
538 views

whatsapp-web.js not sending video (nothing happens )

I am struggling with the sendMessage method of whatsapp web js. Here is my test code: import pkg from 'whatsapp-web.js'; const { Client, LocalAuth, MessageMedia } = pkg; import qrcode, { error } from '...
Abdel's user avatar
  • 11
0 votes
3 answers
200 views

Axios DELETE method blocked by CORS policy. What am I missing?

I know this has been asked a thousand times. I've went through each one of the answers and nothing seems to work, or I'm not asking the right questions. I'm doing a small full-stack project. My ...
user1869935's user avatar
0 votes
2 answers
49 views

$.get(code_url) executes code returned, without using eval( ) neither appending it to DOM. jQuery security fail?

I was debugging my NodeJS app when I came to this huge fact : Using jQuery, a simple $.get(code_url) Where code_url is an URL toward javascript code on the server, does executes the code. What is ...
Tricotou's user avatar
  • 165
0 votes
0 answers
13 views

Attempting to Bundle a Require Command For a Chrome Extension [duplicate]

I want to create a chrome extension that will print out accessibility errors to the console using the axe-core library. My plan was I originally thought I could do this with Browserify to bundle the ...
Heath Vincent's user avatar
0 votes
1 answer
41 views

Start a SeleniumWebDriver Instance when Google Chrome has been already opened

I want to be able to run an automation that uses SeleniumWebDriver with Node.js. The thing is I can't start the automation if Google Chrome is already opened and being used by the user. For the ...
matthewbolds's user avatar
1 vote
2 answers
795 views

How do you disable Google Chrome SafeBrowsing while using Puppeteer?

I've been using Puppeteer to automate user journeys through various web portals and one of the things I've run into is the constant popups caused by using bad credentials. In this case, the browser ...
Crazy Redd's user avatar

15 30 50 per page
1
2 3 4 5
66