From b9da81d7486dc3dad6830367522c51c1cae731f8 Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Sun, 7 Sep 2014 11:02:44 -0500 Subject: [PATCH] Added Window module to progress table. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d4a11fa..b702a359 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,4 @@ robot.mouseClick(); | Mouse | 80% | Can't specify mouse button. | | Keyboard | 50% | No toggle support. | | Screen | 5% | Screenshot, read pixel color, image search. | +| Window | 1% | Manipulate external windows. |