From 9599145608bea0d6a9bbedeb546e696da44f4124 Mon Sep 17 00:00:00 2001 From: Norbgorb <41343678+Norbgorb@users.noreply.github.com> Date: Thu, 19 Jul 2018 23:34:43 -0700 Subject: [PATCH] small edits made it clear what Chromatic is at the top of the readme, and edited the motivation description to remove redundancy. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b2c104..9d99e60 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Chromatic -🍪 Configurable human assisted Chrome automation +🍪 Chromatic is a tool for Configurable human assisted Chrome automation. ## Installing @@ -20,7 +20,7 @@ $ go get -u github.com/joshdk/chromatic There are certain services that require programmatic interaction, but otherwise make it difficult. Web-only APIs, [CAPTCHAs](https://en.wikipedia.org/wiki/CAPTCHA), and MFA are a few examples of things that might not work well with typical automation. -This tool, `chromatic`, implements an escape-hatch around these difficulties. It can be configured to open up a Chrome window to a given starting URL, and will continue to be interactive until a given set of ending conditions are met, at which time the Chrome window will close. This user interaction is typically a login flow. +`Chromatic` implements an escape-hatch around these difficulties. It can be configured to open up a Chrome window to a given starting URL, and will continue to be interactive until a given set of ending conditions are met, at which time the Chrome window will close. This user interaction is typically a login flow. When `chromatic` exits, it will dump details about the last visited page as json. This json (and the session data contained within) is meant to be consumed by additional automation.