Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
52 views

block all cookies flag in node js

can anyone know the name of the flag that I can include in args: in puppeteer that will block all cookies on the site const browser = await puppeteer.launch({ executablePath: 'C:/Program Files/...
johnas's user avatar
  • 11
1 vote
1 answer
2k views

React.js web app not opening in Brave or Safari - globalThis

I got a React environment and the app works when in Chrome but not in Safari or Brave. The console error Brave gives is this: Uncaught ReferenceError: globalThis is not defined at Object.<...
MistaPrime's user avatar
  • 1,629
1 vote
2 answers
730 views

Launch the Brave web browser on Linux using selenium & JavaScript

I am trying to setup a hello world app to learn Selenium. I want to write a script that opens the Brave web browser. I tried a few code scripts online and at Stack overflow and nothing seems to work. ...
William's user avatar
  • 4,510
0 votes
2 answers
1k views

What is the best way to connect React js app with node js server?

I have built and tested my ReactJS app and NodeJS server. React app has a sign-in form whose data I want to send to the server and get web tokens from there. I am using Axios to send it by the ...
Ashutosh Saini's user avatar
2 votes
1 answer
976 views

Using Selenium with NodeJS and the Brave browser (on MacOS Big Sur)

I'm trying to run some simple tests on a NodeJS app, using Selenium and the Brave browser. I'm running Big Sur (11.5.2), using Brave version: Version 1.28.105 Chromium: 92.0.4515.131 (Official Build) (...
Dycey's user avatar
  • 4,635
4 votes
1 answer
3k views

Can't use Brave Browser with Puppeteer

About a month ago I wrote a question asking if it were possible using Brave Browser with puppeteer; the answer was yes, I tested it, and everything worked perfectly; today I tried to run the same code ...
Drun's user avatar
  • 599