Skip to content

Commit e81bceb

Browse files
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.
1 parent ae9da11 commit e81bceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/resources/libraries.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export default () => ([
310310
{
311311
name: 'WatchUI',
312312
href: 'https://github.com/Tesena-smart-testing/WatchUI',
313-
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.',
313+
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.',
314314
tags: ['ui']
315315
}
316316
])

0 commit comments

Comments
 (0)