Warning, /sdk/selenium-webdriver-at-spi/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002     SPDX-License-Identifier: CC0-1.0
0003     SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0004 -->
0005 
0006 # GUI Testing Made Easy
0007 
0008 selenium-webdriver-at-spi is a [WebDriver](https://www.w3.org/TR/webdriver/) for [Appium](https://appium.io) (based on [Selenium](https://www.selenium.dev/)) using the Linux accessibility API [AT-SPI2](https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/).
0009 
0010 It effectively enables us to write selenium-style UI tests that behind the scenes manipulate the UI through the accessibility API.
0011 This allows better blackbox testing than what QTest and other unit test frameworks provide, while also not relying on pixmap comparision like openqa.
0012 
0013 Check out the [wiki for documentation](https://invent.kde.org/sdk/selenium-webdriver-at-spi/-/wikis/home)