Skip to content

PeaceLord7/Brave-Browser-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brave-Browser-automation

How to automate brave browser with full explanation in a youtube video

Libraries and Frameworks

  • Selenium - Web automation; version 4.3.0

Programming Language

I'm using Java SE version jdk-18.0.2 and it works very well. There are a couple of good reasons to use Java:

  • It's been around for a while so there are a lot of solutions for most problems and if not then somebody from the community will be able to suggest an answer quickly.
  • It's OpenSource - there are large, well supported communities sharing free libraries.
  • Because of the above two points it's possible to automate (testing) checking for iOS (Web and Native), Android (Web and Native) and Web platforms.

Releases

No releases published

Packages

No packages published

Languages