Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 785 Bytes

File metadata and controls

13 lines (9 loc) · 785 Bytes

GUI Testing Made Easy

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