v1.0.0 — Initial Release
WinJavaDriver v1.0.0
First public release of WinJavaDriver — Windows desktop automation via the W3C WebDriver protocol.
Downloads
| File | Description |
|---|---|
winjavadriver-v1.0.0-win-x64.zip |
Server — the WebDriver server (required) |
winjavadriver-inspector-v1.0.0-win-x64.zip |
Inspector — GUI element spy with record & replay |
winjavadriver-agent-v1.0.0-win-x64.zip |
Agent — Windows Service for remote execution |
All binaries are self-contained (no .NET runtime needed). Extract and run.
Quick Start
- Download and extract
winjavadriver-v1.0.0-win-x64.zip - Add
winjavadriver.exeto your PATH - Add the Java client dependency to your
pom.xml(see README) - Write tests using the familiar Selenium API
Highlights
- W3C WebDriver protocol for Windows desktop apps
- Java client extending Selenium's RemoteWebDriver
- Full W3C Actions API (double-click, right-click, drag-and-drop, keyboard shortcuts)
- Legacy Win32/VB6 app support with automatic fallback
- Inspector GUI with hover-highlight, multi-locator panel, record & replay
- MCP server for AI-driven desktop automation
- Selenium Grid 4 integration for remote test execution
- Focus-independent interaction (click, type, screenshot without foreground)