From e199073f37ba1975b79a561abc81db4ccbf3b9a1 Mon Sep 17 00:00:00 2001 From: Ken Soh Date: Sat, 21 Sep 2019 09:23:20 +0800 Subject: [PATCH] #573 - update readme note on Chrome 100% zoom (#574) See https://github.com/kelaberetiv/TagUI/issues/573 more details --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a43d84a..e89c3b0c 100755 --- a/README.md +++ b/README.md @@ -166,6 +166,8 @@ cd /home/your_id/tagui/src Now, you can try the same automation script with Chrome browser by running with chrome option (for Windows enter `tagui samples\1_yahoo chrome`, for macOS/Linux enter `./tagui samples/1_yahoo chrome`). The automation will now run in the foreground instead, so you'll be able to see the navigation on Yahoo and DuckDuckGo websites. +>Make sure TagUI's Chrome browser is set to 100% zoom - as TagUI mimicks the user mouse-clicks at the (x,y) coordinates of web elements, using a different zoom level will cause clicks to be triggered at wrong locations + TagUI can also be run from desktop icons, scheduled tasks, or REST API calls.