Skip to content

Selenium/Appium WebDriver implementation based on AT-SPI Accessibility

Notifications You must be signed in to change notification settings

KDE/selenium-webdriver-at-spi

Repository files navigation

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