From d93ddb499dc8e778113f56d2052f62327fabf254 Mon Sep 17 00:00:00 2001 From: Ken Soh Date: Wed, 7 Dec 2016 06:58:46 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3e74b67b..d266b049 100644 --- a/README.md +++ b/README.md @@ -48,18 +48,18 @@ show / print|element to read from|print element text to screen and logfile download|url to download | filename to save|download file from url file|url keyword to watch for | filename to save|download when resource received echo|text and variables (text in quotes)|print text/variables to screen and logfile -save|element to read from | optional filename to save|save element text to file -dump|variable name | optional filename to save|save variable to file -snap|element (page = screen) | optional filename to save|save screenshot to file +save|element to read from | optional filename|save element text to file +dump|variable name | optional filename|save variable to file +snap|element (page = screen) | optional filename|save screenshot to file wait|time in milliseconds|wait for some time -test|condition to test | text if true | text if false|test condition, print result to screen and logfile -frame|frame name | subframe name if any|specify that next step is within frame/subframe +test|condition to test | text if true | text if false|test condition and print result +frame|frame name | subframe name if any|specify next step is within frame/subframe 1. Above words are case-insensitive to let users write flexibly in the way they want 2. Extra spaces between parameters and | are trimmed for flexible user formatting 3. JavaScript code can be used (in CasperJS's context); if/for/while applies to next step -4. XPath is robust for identification and used to check for a particular element on webpage -5. XPath checked in following order of priority xpath, id, name, class, title, text() +4. XPath is robust for identification and used to check for a particular webpage element +5. XPath is checked in following order of priority full-xpath, id, name, class, title, text() # License TA.Gui is open-source software released under the MIT license