How to Run Selenium Webdriver Scripts on Brave Browser with ChromeDriver | Brave Browser Automation
👉 Link Download Brave : https://best-product-deals.com/go/brave
👉 Link Publish : https://publishers.basicattentiontoken.org
👉 Link Uphold : https://uphold.com
✅ Brave was founded by Brendan Eich (he is also the co-founder of Mozilla and Firefox browsers).
✅ Basically you just understand Brave is a web browser similar to Chrome of Google or Coc Coc, Firefox, Opera ...
✅ But Brave was born when he pursued the Basic Attention Token project (BAT), Brave's goal is a browser based on blockchain technology.
✅ When mentioning Brave users will mention a powerful browser and prioritize the protection of user privacy. When you use Brave to browse the web, it will never be bothered by ads, Brave is also faster than Chrome, more secure than other browsers because of using decentralized decentralized technology. .
✅ Also a strong point is that Brave has a reward mechanism for both browser users and content publishers.
✅ When using Brave, you will have 2 options, including watching & not viewing ads. If you choose not to view ads, you will be able to turn off the settings. Conversely, if you accept to view the ad, you will receive a bonus in addition a part of the bonus will be paid to the publisher of the content you are viewing.
In this video will see how to automate #bravebrowser using #selenium. Brave is one of the fastest and safest browser developed using #chromium. So, we can use the chromedriver to automate brave browser. For this we need to use chromedriver which is compatable with brave version. code for mac machine: WebDriverManager.chromedriver().version("81.0.4044.138").setup(); //System.setProperty("webdriver.chrome.driver", "path of chrome driver 81 (i.e. compatable)version"); ChromeOptions options = new ChromeOptions().setBinary("/Applications/Brave Browser.app/Contents/MacOS/Brave Browser"); WebDriver driver = new ChromeDriver(options); code for windows machine: WebDriverManager.chromedriver().version("81.0.4044.138").setup(); //System.setProperty("webdriver.chrome.driver", "path of chrome driver 81(i.e. compatable) version"); ChromeOptions options = new ChromeOptions().setBinary("C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe"); // this is just example WebDriver driver = new ChromeDriver(options); Brave browser official site: https://brave.com/ chrome driver download site: https://chromedriver.chromium.org/downloads link to how to set up maven project in visual studio code: https://www.youtube.com/watch?v=yFzv36r7Z8o link to setup selenium project in visual studio code: https://www.youtube.com/watch?v=AxouQUrqwsY Protractor with Javascript - https://bit.ly/2jZ5XkX Selenium Java Tutorial - https://bit.ly/2keM2Pb Jasmine Tutorial - https://bit.ly/2lv0m6l Java - https://bit.ly/2lylSHq TestNG Tutorial - https://bit.ly/2lTpB2d PdfUtil - https://bit.ly/2keBDTA Shutterbug - https://bit.ly/2lX6xQV Selenium Realtime Examples - https://bit.ly/2k0FqDQ Java Interview Questions - https://bit.ly/2kopsmY Katalon Studio - https://bit.ly/2lWhyln Database Testing - https://bit.ly/2ko4jcJ Fillo Excel API - https://bit.ly/2jRyWqC Ashot - https://bit.ly/2kqXk2y Extent Reports Version 3 Java - https://bit.ly/2k0FweG Robot class - https://bit.ly/2lshPfJ Sikuli - https://bit.ly/2lTq2cR Excel Read Write using Java - https://bit.ly/2lyXRj8 AutoIt - https://bit.ly/2lyIYgM Extent Reports Version 2 C# - https://bit.ly/2kqIY2d Extent Reports Version 2 Java - https://bit.ly/2k0XkGA Facebook : https://www.facebook.com/automationtesting2016/ LinkedIn : https://www.linkedin.com/feed/?trk=hb_signin Google+ : https://plus.google.com/105286300926085335367 Twitter : https://twitter.com/krishnasakinala Website : http://automationtesting.in/