Skip to content

Commit

Permalink
#188 - add to readme tagui writer & screenshoter
Browse files Browse the repository at this point in the history
more details of these cool tools by @adegard at issue #188 !

Co-Authored-By: adegard <degardinarnaud@gmail.com>
  • Loading branch information
kensoh and adegard committed Jun 19, 2018
1 parent 3239a89 commit 24f599d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,18 @@ Download from [Chrome Web Store](https://chrome.google.com/webstore/detail/tagui

</details>

### TAGUI WRITER & SCREENSHOTER
TagUI Writer is a Windows app created by [@adegard](https://github.com/adegard) which makes it easy to write TagUI scripts. By pressing Ctrl + Left-click, a popup menu will appear with the list of TagUI steps for you to paste into your text editor. Arnaud also created a ScreenShoter app which makes it easy to capture snaphots for TagUI visual automation. [Download them here](https://github.com/adegard/tagui_scripts).

<details>
<summary>
Click to show a preview of how TagUI Writer looks like (it works across different editors)
</summary>

![TagUI Writer](https://raw.githubusercontent.com/kelaberetiv/TagUI/master/src/media/tagui_writer.png)

</details>

### NATIVE LANGUAGES
To run TagUI flows in native languages or output flow execution in other languages ([see demo run](https://github.com/kelaberetiv/TagUI/issues/68#issuecomment-344380657))
1. set your default flow language with [tagui_language variable](https://github.com/kelaberetiv/TagUI/blob/master/src/tagui_config.txt) in tagui_config.txt
Expand Down
12 changes: 12 additions & 0 deletions src/media/RPA Workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@ Download from [Chrome Web Store](https://chrome.google.com/webstore/detail/tagui

The recording is not foolproof (for example, the underlying recording engine cannot capture frames, popup windows or tab key input). It is meant to simplify flow creation with some edits, instead of typing everything manually. [See this video](https://www.youtube.com/watch?v=bFvsc4a8hWQ) for an example of recording sequence of steps, editing for adjustments and playing back the automation.

### TAGUI WRITER & SCREENSHOTER (FYI ONLY)
TagUI Writer is a Windows app created by [@adegard](https://github.com/adegard) which makes it easy to write TagUI scripts. By pressing Ctrl + Left-click, a popup menu will appear with the list of TagUI steps for you to paste into your text editor. Arnaud also created a ScreenShoter app which makes it easy to capture snaphots for TagUI visual automation. [Download them here](https://github.com/adegard/tagui_scripts).

<details>
<summary>
Click to show a preview of how TagUI Writer looks like (it works across different editors)
</summary>

![TagUI Writer](https://raw.githubusercontent.com/kelaberetiv/TagUI/master/src/media/tagui_writer.png)

</details>

### FLOW SAMPLES (15 minutes)
Following automation flow samples ([tagui/src/samples folder](https://github.com/kelaberetiv/TagUI/tree/master/src/samples)) are included with TagUI

Expand Down
Binary file added src/media/tagui_writer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24f599d

Please sign in to comment.