From a2a6773ba7f5bdf086605755968468664bbc804e Mon Sep 17 00:00:00 2001
From: "Bradley M. Kuhn"
Date: Tue, 25 Jan 2011 10:51:32 -0500
Subject: [PATCH] Added paragraph on Selenium, which will join shortly.
---
www/conservancy/static/members/current/index.html | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/www/conservancy/static/members/current/index.html b/www/conservancy/static/members/current/index.html
index d6b66e24..b5b0fc4d 100644
--- a/www/conservancy/static/members/current/index.html
+++ b/www/conservancy/static/members/current/index.html
@@ -226,6 +226,15 @@ Smalltalk making it easy to debug, analyze, and change. Squeak is the
vehicle for a wide range of projects from multimedia applications,
educational platforms to commercial web application development.
+
+
+Selenium is a suite of tools for browser automation. It is composed of
+“IDE”, a recording and playback mechanism,
+“WebDriver” and “RC” which provide APIs for
+browser automation in a wide variety of languages, and “Grid”,
+which allows many tests using the APIs to be run in parallel. It works
+with most browsers, including Firefox, Internet Explorer, Google Chrome,
+Safari and Opera.