Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@glaciousm glaciousm released this 08 Mar 04:57
· 22 commits to main since this 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

  1. Download and extract winjavadriver-v1.0.0-win-x64.zip
  2. Add winjavadriver.exe to your PATH
  3. Add the Java client dependency to your pom.xml (see README)
  4. 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)