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

Questions tagged [brave]

For questions related to the Brave web browser

0 votes
1 answer
729 views

org.openqa.selenium.WebDriverException: unknown error: net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH error initiating Brave browser using Selenium on MAC

I am trying to launch and control Brave browser using Selenium. It is part of a larger project where other popular browsers are automated as well. I used ChromeOptions and gave the path location of ...
rajeshs's user avatar
1 vote
1 answer
187 views

mousemove event not return the correct mouse position

I try to put a tooltip that follow mouse position with the next code: @HostListener('mousemove', ['$event']) onMouseMove(event) { let tooltipNode = document.getElementsByClassName('dhemax-...
Cristofer Fuentes's user avatar
1 vote
1 answer
471 views

2023 – Is there any way to distinguish if user is using Brave or Safari on mobile or detect correctly Brave on mobile?

Actually, I am looking for a solution to distinguish Brave and Safari on mobile. For now, after my code implementation, iPhone treats Brave as Safari. Maybe there is any way to determine if the user ...
user21072016's user avatar
0 votes
1 answer
520 views

Selenium opens only Google Chrome (using webdriver-manager)

Im trying to run selenium on Brave Browser instead of Google Chrome. As the docs indicate in (https://pypi.org/project/webdriver-manager/#use-with-edge), I should input this exactly and Brave Browser ...
Yann02's user avatar
  • 1
0 votes
1 answer
170 views

why my live server is not working on google chrome?

When i click on "live sever" from visual studio it opens Google Chrome but my css is not working. When i copy the link on Brave it works... [This is the CSS] * { color: green; } #parrafo {...
loli zamudio's user avatar
-1 votes
1 answer
306 views

PHP 500 SERVER ERROR - DevTools failed to load source map: Could not load content for chrome-extension (ERR_BLOCKED_BY_CLIENT)

Language used : PHP I've got "PHP 500 SERVER ERROR - DevTools failed to load source map: Could not load content for chrome-extension (ERR_BLOCKED_BY_CLIENT)" when I post a form. Sometimes it ...
Elodie Muller's user avatar
0 votes
0 answers
163 views

Error on printing html (with internal links and page breaks) to pdf

<html> <body> <a href="#page2">page 2</a> <div style="break-after:page"></div> <a id="page2" href="#page3"&...
user1424739's user avatar
  • 13.1k
-1 votes
1 answer
125 views

Remove "Brave does not review extensions for security" warning in my chrome extension

So I have this chrome extension. (Have removed the link so it doesn't seem like promotion) And when I try to install it, gives the following warning: I do not collect any user data, or modify the ...
Shubham Kushwah's user avatar
0 votes
1 answer
294 views

How to ensure when a html file is printed pdf, at some points new pages must start?

https://stackoverflow.com/questions/74871408/how-to-print-multiple-html-files-into-a-single-pdf-file The current question stems from the above question. If I merge multiple HTML files into a single ...
user1424739's user avatar
  • 13.1k
0 votes
1 answer
825 views

My Favicon is not showing up in Brave (HTML)

<head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=...
Digvijay Singh's user avatar
0 votes
1 answer
145 views

Print to PDF by browser take a lot of threads?

I tried Brave on Mac with the command in the answer by K J in the following question. But after running many such conversions, I may end up with a message of -bash: fork: retry: Resource temporarily ...
user1424739's user avatar
  • 13.1k
-1 votes
1 answer
438 views

How to use brave to automate printing html to pdf?

I currently manually open HTML files using Brave browser and print the files to PDF files. I want to automate this process in the command line. Is there a way to do it? Since Brave is based on ...
user1424739's user avatar
  • 13.1k
14 votes
0 answers
2k views

iOS : Universal links are not working when set default browser is Chrome/brave(other then safari)

In our iOS universal links for our app is not opening our application when we tap on the link. This is happening only when the default browser in iPhone is set to Chrome or brave (other than safari). ...
Nagaraju kamatham's user avatar
1 vote
1 answer
1k views

Google Sheets/Docs Menu too big - Brave Browser

Any Google Sheets or Google Docs is displaying the Menu way too big. On Brave Browser. How can I decrease it?
G F's user avatar
  • 341
0 votes
1 answer
1k views

How to load the default brave profile with selenium?

I'm using brave browser on the operating system Pop!_OS Linux. I've seen multiple answers on the web suggesting to do it through adding an argument being the --user-data-dir and assigning the path of ...
Sxvxgeness's user avatar

15 30 50 per page
1 2 3
4
5
16