From 3ddce042d1decbb79dbd35b2ab2f134434a5f122 Mon Sep 17 00:00:00 2001 From: Ken Soh Date: Mon, 8 Apr 2019 13:28:14 +0800 Subject: [PATCH] readme - improve verbiage on jdk 64-bit (#389) The new Sikuli version used by TagUI v5.0 runs on 64-bit systems only, improve verbiage - >SikuliX is a Java application, that works on Windows XP+, Mac 10.6+ and most Linux/Unix systems (with 1.1.4+ only 64-Bit systems). For Windows, Mac it is complete and should normally work out of the box. For Linux/Unix systems there are a few prerequisites to be setup. --- README.md | 6 +++--- src/media/RPA Workshop.md | 4 ++-- src/media/v5.0_release.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 40ddd09a..3fb8d699 100755 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ TagUI is in v5.0 - it unzips and runs on macOS, Linux, Windows ([link to release ### PACKAGED INSTALLATION - TagUI is easy to use right away, in most environments all dependencies are packaged in -- To use [visual automation](https://github.com/kelaberetiv/TagUI#visual-automation) on desktop or browser, be sure to have Java v8 or greater installed +- To use [visual automation](https://github.com/kelaberetiv/TagUI#visual-automation) on desktop or browser, be sure to have Java JDK v8 (64-bit) or later Platform|macOS|Linux|Windows|Node.js (macOS/Linux) :------:|:---:|:---:|:-----:|:-------------------: @@ -269,14 +269,14 @@ Download from [Chrome Web Store](https://chrome.google.com/webstore/detail/tagui ### VISUAL AUTOMATION -TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.com) to allow visually identifying the web elements and desktop UI (user interface) elements for interaction by providing their images or (x,y) coordinates. Applicable steps are click, hover, type, select, read, show, save, snap, keyboard, mouse. To use visual automation, Java v8 or greater is required. +TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.com) to allow visually identifying the web elements and desktop UI (user interface) elements for interaction by providing their images or (x,y) coordinates. Applicable steps are click, hover, type, select, read, show, save, snap, keyboard, mouse. To use visual automation, Java JDK v8 (64-bit) or later is required.
Click to show how to download and check for Java, how to use visual automation, and a demo video - 1. Check that [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed (entering `java -version` returns your Java version) + 1. Check that [Java JDK (64-bit)](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed (entering `java -version` returns your Java version) 2. After Java is installed, you will have to restart your command prompt or terminal to use it 3. On Windows, set display magnification to recommended %, if it doesn't work then 100% 4. On Windows, if TagUI just hangs there, see if it's due to [this issue and try the solution](https://github.com/kelaberetiv/TagUI/issues/229) diff --git a/src/media/RPA Workshop.md b/src/media/RPA Workshop.md index a1261ecf..3e716690 100644 --- a/src/media/RPA Workshop.md +++ b/src/media/RPA Workshop.md @@ -5,7 +5,7 @@ *In this section, we'll download and install TagUI on your computer - it works on Windows, macOS, Linux.* - TagUI is easy to use right away, in most environments all dependencies are packaged in -- To use [visual automation](https://github.com/kelaberetiv/TagUI#visual-automation) on desktop or browser, be sure to have Java v8 or greater installed +- To use [visual automation](https://github.com/kelaberetiv/TagUI#visual-automation) on desktop or browser, be sure to have Java JDK v8 (64-bit) or later Platform|macOS|Linux|Windows|Node.js (macOS/Linux) :------:|:---:|:---:|:-----:|:-------------------: @@ -244,7 +244,7 @@ live|try steps or code interactively for Chrome / visual automation|enter live m
### VISUAL AUTOMATION -TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.com) to allow visually identifying the web elements and desktop UI (user interface) elements for interaction by providing their images or (x,y) coordinates. Applicable steps are click, hover, type, select, read, show, save, snap, keyboard, mouse. To use visual automation, Java v8 or greater is required. +TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.com) to allow visually identifying the web elements and desktop UI (user interface) elements for interaction by providing their images or (x,y) coordinates. Applicable steps are click, hover, type, select, read, show, save, snap, keyboard, mouse. To use visual automation, Java JDK v8 (64-bit) is required. 1. Check that [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed (entering `java -version` returns your Java version) 2. After Java is installed, you will have to restart your command prompt or terminal to use it diff --git a/src/media/v5.0_release.md b/src/media/v5.0_release.md index 40ddd09a..3fb8d699 100755 --- a/src/media/v5.0_release.md +++ b/src/media/v5.0_release.md @@ -90,7 +90,7 @@ TagUI is in v5.0 - it unzips and runs on macOS, Linux, Windows ([link to release ### PACKAGED INSTALLATION - TagUI is easy to use right away, in most environments all dependencies are packaged in -- To use [visual automation](https://github.com/kelaberetiv/TagUI#visual-automation) on desktop or browser, be sure to have Java v8 or greater installed +- To use [visual automation](https://github.com/kelaberetiv/TagUI#visual-automation) on desktop or browser, be sure to have Java JDK v8 (64-bit) or later Platform|macOS|Linux|Windows|Node.js (macOS/Linux) :------:|:---:|:---:|:-----:|:-------------------: @@ -269,14 +269,14 @@ Download from [Chrome Web Store](https://chrome.google.com/webstore/detail/tagui ### VISUAL AUTOMATION -TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.com) to allow visually identifying the web elements and desktop UI (user interface) elements for interaction by providing their images or (x,y) coordinates. Applicable steps are click, hover, type, select, read, show, save, snap, keyboard, mouse. To use visual automation, Java v8 or greater is required. +TagUI has built-in integration with [SikuliX (base on OpenCV)](http://sikulix.com) to allow visually identifying the web elements and desktop UI (user interface) elements for interaction by providing their images or (x,y) coordinates. Applicable steps are click, hover, type, select, read, show, save, snap, keyboard, mouse. To use visual automation, Java JDK v8 (64-bit) or later is required.
Click to show how to download and check for Java, how to use visual automation, and a demo video - 1. Check that [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed (entering `java -version` returns your Java version) + 1. Check that [Java JDK (64-bit)](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed (entering `java -version` returns your Java version) 2. After Java is installed, you will have to restart your command prompt or terminal to use it 3. On Windows, set display magnification to recommended %, if it doesn't work then 100% 4. On Windows, if TagUI just hangs there, see if it's due to [this issue and try the solution](https://github.com/kelaberetiv/TagUI/issues/229)