From 1b237b994705705909101029da7e24b6c68c60a6 Mon Sep 17 00:00:00 2001 From: Steve Pryde Date: Sun, 7 Jan 2024 17:57:48 +1030 Subject: [PATCH] Fix description --- thirtyfour/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirtyfour/Cargo.toml b/thirtyfour/Cargo.toml index 9827e11..d128fd9 100644 --- a/thirtyfour/Cargo.toml +++ b/thirtyfour/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" description = """ Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing. -It supports the full W3C WebDriver spec. +Tested on Chrome and Firefox, but any webdriver-capable browser should work. """ homepage = "https://github.com/stevepryde/thirtyfour" repository = "https://github.com/stevepryde/thirtyfour"