From 59b9b956bda7f95fec5f6518713e00d90ceff20a Mon Sep 17 00:00:00 2001 From: Kalyn <65800415+kalyncoose@users.noreply.github.com> Date: Sun, 7 Nov 2021 19:32:17 -0600 Subject: [PATCH] Add QWeb Library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a591c35..fe85a2c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [Page Object Library](https://github.com/boakley/robotframework-pageobjectlibrary) Library that makes it possible to use the page object pattern when testing web pages. - [Swing Library](https://github.com/robotframework/SwingLibrary) ([keyword documentation](https://robotframework.org/SwingLibrary/SwingLibrary-1.9.7.html)) Library for testing Java applications with Swing GUI. - [White Library](https://github.com/Omenia/robotframework-whitelibrary) Wraps the White framework, for automating Windows GUI technologies (Win32, WinForms, WPF, SWT). + - [QWeb Library](https://www.qweblibrary.org) - Keyword based test automation for the web. ([GitHub](https://github.com/qentinelqi/qweb) | [Keywords](https://qentinelqi.github.io/qweb/QWeb.html)) - Low level (driver) Libraries - [AngularJS Library](https://github.com/Selenium2Library/robotframework-angularjs) An AngularJS extention library to Robotframework's Selenium2Library.