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

All Questions

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
0 votes
0 answers
46 views

Using profile with selenium closes current browser window with different profile

I am trying to run selenium using profile. I know that if a profile is already opened normally on a browser, opening the same via selenium will be erroneous. So I made a second profile and am trying ...
Dhruv's user avatar
  • 311
0 votes
1 answer
331 views

Not able to run headless even after setting everything

I am trying to run my code in headless mode (it runs fine without headless). I have tried almost every option given on the internet. from selenium import webdriver from selenium.webdriver.common.by ...
Dhruv's user avatar
  • 311
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
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
1 vote
1 answer
2k views

Is there a command line option to start Brave browser with Shields down by default?

I'm using Selenium with Python and I'm trying to access a website which is broken if the Brave Shields are up, and in particular if blocking fingerprinting. I'd like to find a way to disable Shields ...
Francesco Musso'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
0 votes
1 answer
655 views

How to make Selenium IDE open tor mode in Brave Browser as default?

When I click record it pops up normal tab in Brave browser instead I want to use tor mode is it possible to do so ?
Max Sean'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
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
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

15 30 50 per page