brave-browser

DeprecationWarning: use options instead of chrome_options error using Brave Browser With Python Selenium and Chromedriver on Windows

梦想与她 提交于 2021-01-28 07:11:46
问题 I want to use Selenium (installed: ver 3.141.0.dist-info) on Python (3.8) which is installed on my Windows 7 64, I Use Brave Browser Version 1.17.73 Chromium: 87.0.4280.67 (Official Build) (64-bit) and Chromedriver (chromedriver_win32-87.0.4280.20) for it, when running the following Py file which I got the code from here, new Brave browser opens up, but I get errors. Any solution to make this works? Appreciate your help. when running this file: from selenium import webdriver driver_path = 'C:

How to use Brave web browser with python, selenium and chromedriver?

走远了吗. 提交于 2021-01-21 05:51:10
问题 I switched from Google's Chrome to Brave web browser and am having a hard time getting it to work with Brave like it did with Chrome. Brave is based on chromium so I guessed it should not be that hard. I made sure that my Brave and Chromedriver are on the same version like this, ~/some/path $ chromedriver --version ChromeDriver 76.0.3809.126 (d80a294506b4c9d18015e755cee48f953ddc3f2f-refs/branch-heads/3809@{#1024}) My chromedriver is also in /user/bin , ~/path $ cd /usr/bin/ /usr/bin $ ls |