https://github.com/rropelato/chromedriver_updater
ChromeDriver updater written in Go.
https://github.com/rropelato/chromedriver_updater
chromedriver excel go selenium seleniumbasic vba
Last synced: about 1 month ago
JSON representation
ChromeDriver updater written in Go.
- Host: GitHub
- URL: https://github.com/rropelato/chromedriver_updater
- Owner: rRopelato
- License: gpl-3.0
- Created: 2025-03-12T14:02:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:08:37.000Z (about 1 year ago)
- Last Synced: 2025-04-09T16:24:28.124Z (about 1 year ago)
- Topics: chromedriver, excel, go, selenium, seleniumbasic, vba
- Language: Go
- Homepage:
- Size: 9.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChromeDriver Updater
ChromeDriver Updater is a tool written in Go that checks, downloads, and automatically updates the latest version of ChromeDriver in the [SeleniumBasic](https://florentbr.github.io/SeleniumBasic/ "Selenium Basic by Florentbr").
## Features
* Checks the installed version of ChromeDriver.
* Fetches the latest available version of ChromeDriver.
* Automatically downloads and replaces the file in the SeleniumBasic folder.
* Simple command-line interface.
## Requirements
* Windows
* Internet connection
* SeleniumBasic installed at `C:\Users\\AppData\Local\SeleniumBasic`
## Installation
1. Clone the repository:
```
git clone https://github.com/rRopelato/chromedriver-updater.git
```
2. Enter the project folder:
```
cd chromedriver-updater
```
3. Compile the program (requires [Go](https://go.dev/ "Go language") to be installed):
```
go build -o chromedriver-updater.exe
```
## Usage
1. Run the program:
```
chromedriver-updater.exe
```
2. Choose an option from the menu:
* `1`: Atualizar o ChromeDriver. (Update ChromeDriver.)
* `2`: Sair. (Exit)
The program will fetch the latest version of ChromeDriver, download it, and automatically replace the old file.
## Execution Example
```
Atualizador ChromeDriver
https://github.com/rRopelato
Versão disponível do ChromeDriver: 123.0.0
Versão instalada do ChromeDriver: 122.0.0
1. Atualizar ChromeDriver
2. Sair
```
## Author
If you have any questions or suggestions, feel free to get in touch:
| Platform | Contact |
| ------------ | -------------------- |
| Discord User | ropelato |
| Discord ID | 220701036929613825 |
| E-mail | r.ropelato@proton.me |
Made with ❤️ by [@rRopelato](https://github.com/rRopelato).