Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kensoh committed Feb 1, 2017
1 parent 3ee5f44 commit 9bbcc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To schedule an automation flow in crontab, eg at 8am daily
0 8 * * * /full_path_on_your_server/tagui flow_filename option(s)
```

Prior to the public release, to use TA.Gui Chrome extension for recording automation flows, type chrome://extensions in Google Chrome, then drag and drop TA.Gui chrome folder into the browser. TA.Gui Chrome extension is based on [Resurrectio tool](https://github.com/ebrehault/resurrectio) and records steps such as webpage navigation, clicking web elements and entering information.
Prior to public release, to use TA.Gui Chrome extension for recording automation flows, type chrome://extensions in Google Chrome, then drag and drop TA.Gui chrome folder into the browser. TA.Gui Chrome extension is based on [Resurrectio tool](https://github.com/ebrehault/resurrectio) and records steps such as webpage navigation, clicking web elements and entering information.

# Pipeline
Feature|Purpose
Expand Down Expand Up @@ -108,8 +108,8 @@ or|||

OBJECT|DEFINITION
:-----|:---------
create account|btn btn--green btn-xl signup-btn
email|user-email-textbox
create account|btn btn--green btn-xl signup-btn
type email|type \`email\` as user@gmail.com

### DATATABLES
Expand Down

0 comments on commit 9bbcc1f

Please sign in to comment.