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

All Questions

Tagged with
0 votes
0 answers
171 views

Code to download and install the latest version of Brave from GitHub automatically

For what its worth, I struggled to have the latest version of Brave installed on my Mac as the autoupdate wouldn’t work on my end. So I decided to grab the latest binary from GitHub via a script that ...
Xenonite's user avatar
  • 1,915
0 votes
0 answers
84 views

Opening a new tab in the existing Brave session with Selenium and Python

I'm trying to opening a new tab using Selenium in an existing Brave browser session (so to be able to leverage on some of the cookies previously accepted when normal navigation was carried). No matter ...
Andrea Moro's user avatar
1 vote
2 answers
562 views

getting the url of the current open tab of opera, firefox and Brave browser using pywinauto

I am working on a project that requires the URL of a tab open in a browser window. Till now I have done the code for Chrome and Edge but am unable for Opera, Firefox, and Brave browser. Any amount of ...
Shuvadip Ghosh'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
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
0 votes
1 answer
602 views

How to webscrape image src's from Brave Browser

I'm trying to get a list of the src values and the source code from a https://search.brave.com/images?q= image search. I don't really know the problem, because the code works on other sites. Below can ...
AnxiousDino's user avatar
3 votes
0 answers
114 views

Selenium opening Brave, but not going to URL. Using Python

Yes, yes, I know everyone is going to be angry at me for asking this question again. But I have looked at every question (related to Brave, Selenium, Python and Linux) in Stack Overflow, but nothing ...
Maheswar KARAKKATTU KISHOR KUM's user avatar
1 vote
1 answer
2k views

How to use undetected chromedriver with Brave

I want to access a website and use the Brave Brower which I got running. The website opens but Cloudflare hinders me from accessing the site: from selenium import webdriver from selenium.webdriver....
Michael Bigler's user avatar
-2 votes
1 answer
872 views

Selenium.webdriver.brave doesn't exist in python. Would you please make it?

Selenium4 Brave Webdriver_manager python My Issue: I want to use Selenium 4 on brave using webdriver_manager written in python. I went to https://pypi.org/project/webdriver-manager/ and installed ...
Ian Fischer's user avatar
1 vote
3 answers
874 views

How to suppress the product analytics notification bar within Brave Browser initiated through Selenium and ChromeDriver using Python

I'm able to lauch the Brave Browser using Selenium, ChromeDriver and Python Code trials: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver....
undetected Selenium's user avatar
2 votes
2 answers
504 views

Selenium with brave a chromium based browser(Version 1.33.106 Chromium: 96.0.4664.110 (Official Build) (64-bit)

I'm a beginner level python programmer, I am currently working on a browser automater using selenium, but currently i'am using brave version 96.0.4664.45 and my chrome driver is'nt working properly, ...
user17732218's user avatar
1 vote
2 answers
3k views

Use Selenium with Brave Browser pass service object written in python

#TLDR I want to use brave browser with selenium written in python but can't find any current solutions that work. This code works from selenium import webdriver option = webdriver.ChromeOptions() ...
Ian Fischer's user avatar
0 votes
1 answer
668 views

Selenium closes browser right after opening

I am trying to open Brave using Selenium (in Python). It actually opens but then immediately closes with the following errors appearing in the console: [23340:9252:1107/063438.209:ERROR:os_crypt_win....
VaultDweller's user avatar
5 votes
1 answer
2k views

Disable Cross-Origin Read Blocking (CORB) in brave browser

I am serving static content (html, css and js) using lighttpd. I want to call api from a server hosted on the localhost using a wsgi application with python. I am getting the following error when I ...
Tahlil's user avatar
  • 1,071

15 30 50 per page