Skip to content

bonigarcia/browser-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Manager

FOSSA Status

Browser Manager is a binary that will download and install browsers and their relevant WebDriver Driver binaries onto the local machine.

Contributing

Building the project

The project is built using Rust. It is recommended that you install rust via rustup. Please follow the Rust installation steps.

To compile the project do the following

cargo build

Git Branching

Please create a new branch for any contributions. This branch should have a unique name that describes the work going into the branch.

git co -b new-feature

Adding Tests

Each pull request should ideally come with test making sure that it shows the fix is working as intended and prevents future regressions.

License

FOSSA Status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.2%
  • Starlark 4.8%