From e81bceb00e3cbb65e0e274e1d5811837c77bcd23 Mon Sep 17 00:00:00 2001 From: Marcel Veselka Date: Mon, 14 Mar 2022 09:02:44 +0100 Subject: [PATCH] Update libraries.mjs We released a new major version that introduces a more general approach to support almost any UI automation library: Selenium, Browser, Sikuli, Appium, etc. This is a description adjustment for the new version. --- src/content/resources/libraries.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 59004dbf4..45a884fc8 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -310,7 +310,7 @@ export default () => ([ { name: 'WatchUI', href: 'https://github.com/Tesena-smart-testing/WatchUI', - description: 'Visual testing library for visual difference testing as well as image content testing (including PDF documents). Runs on Selenium to generate screenshots, uses PyMuPDF to process PDFs and Tesseract OCR to recognize text.', + description: 'Visual testing library for visual difference testing as well as image content testing (including PDF documents). WatchUI works with any UI automation library and compares provided screenshots. It could be used with SeleniumLibrary, Browser library, Sikuli, Appium, or any other UI library where visual validation is required. It also uses PyMuPDF to process PDFs and Tesseract OCR to recognize text.', tags: ['ui'] } ])