Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Soh committed Dec 6, 2016
1 parent cd0eebf commit 37d27a0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@ Word|Parameter(s)|Purpose
:---|:-----------|:------
tap / click|element to click|click on an element
hover / move|element to hover|move cursor to element
type / enter|element to type in|text to type|enter text in element
read / fetch|element to read from|variable name|fetch text into variable
type / enter|element to type in | text to type|enter text in element
read / fetch|element to read from | variable name|fetch text into variable
show / print|element to read from|print text to screen and logfile
download|url to download|filename to save to|download file from url
file|url keyword to watch for|filename to save to|download when resource received
download|url to download | filename to save to|download file from url
file|url keyword to watch for | filename to save to|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 to|save element text to file
dump|variable name|optional filename to save to|save variable to file
snap|element (page for whole screen)|optional filename to save to|save screenshot to file
save|element to read from | optional filename to save to|save element text to file
dump|variable name | optional filename to save to|save variable to file
snap|element (page = screen) | optional filename to save to|save screenshot to file
wait|time in milliseconds|wait for some time
test|condition to test|text if true|text if false|test a condition and 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 a condition, print result to screen and logfile
frame|frame name | subframe name if any|specify that 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 are automatically trimmed; don't worry about them
3. JavaScript can be used (in CasperJS's context); if/for/while applies to next step
4. XPath is most robust and used to check for a particular element on the webpage
5. XPath checked in following priority xpath, id, name, class, title, text()
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 most robust and used to check for a particular element on webpage
5. XPath checked in following order of priority xpath, id, name, class, title, text()

# License
TA.Gui is open-source software released under the MIT license

0 comments on commit 37d27a0

Please sign in to comment.