From 9f4a01fd44008c2f6483259b5c0bf98b5ea85d32 Mon Sep 17 00:00:00 2001 From: dprevost-perso Date: Mon, 21 Sep 2026 21:28:06 -0400 Subject: [PATCH] docs: drop WIP marker from root README title Co-Authored-By: Claude Sonnet 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ffef9..ece5a90 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WebdriverIO Browser Drivers Monorepo (WIP) +# WebdriverIO Browser Drivers Monorepo This monorepo contains Node.js wrappers for managing browser driver binaries ([Geckodriver](https://github.com/webdriverio/driver/blob/main/packages/node-geckodriver/README.md), [Edgedriver](https://github.com/webdriverio/driver/blob/main/packages/node-edgedriver/README.md), and [Safaridriver](https://github.com/webdriverio/driver/blob/main/packages/node-safaridriver/README.md)). These packages facilitate downloading, starting, and managing driver server processes for [WebdriverIO](https://webdriver.io) and other test automation frameworks.