Selenium + AT-SPI = GUI Testing (opens in new tab)
At to create a for this use case and I’m glad to say that it has matured enough to be used for writing tests. I’d like to walk you through the technical building blocks and a simple example. Let us start of by looking at the architecture at large. So… there’s That of course doesn’t explain how GUI testing can work with this on Linux. Enter: Since all the client tooling is independent of the server all we needed to get GUI testing going was a WebDriver that talks to AT-SPI. That is what I set ...
Read the original article