selenium-webdriver-at-spi is a WebDriver for Appium (based on Selenium) using the Linux accessibility API AT-SPI2.
It effectively enables us to write selenium-style UI tests that behind the scenes manipulate the UI through the accessibility API. This allows better blackbox testing than what QTest and other unit test frameworks provide, while also not relying on pixmap comparision like openqa.
Check out the wiki for documentation