From 767d2fa614bb87dbd7fe490eb5ac3a311bc76f6a Mon Sep 17 00:00:00 2001 From: Menelaos Mamouzellos Date: Tue, 28 Jul 2026 09:36:10 +0300 Subject: [PATCH] Enhance README with image and CI badge Added an image and CI badge to the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0ea2c64..f86033b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # WinJavaDriver +09_29_11 AM + + [![CI](https://github.com/glaciousm/winjavadriver/actions/workflows/ci.yml/badge.svg)](https://github.com/glaciousm/winjavadriver/actions/workflows/ci.yml) A Windows desktop automation tool that implements the W3C WebDriver protocol. Automate Windows applications from Java using a familiar Selenium-style API — like ChromeDriver, but for Windows desktop apps.