
Selenite is a prototype for a Windows application that was specifically made to streamline the process of web testing and utilize Selenium in a user-friendly manner.
This was inspired by my previous experiences on Mortal Kombat 1, where I utilized custom Unreal Engine debugging tools that kept hand-coding for testing to a minimum. Learn more about that here.




Selenite is written in Python with both hand-coding and Gen AI for rapid prototyping and testing.
The program is comprised of a main Application and a Command script. The Command script keeps all Selenium commands as functions, where the main program can load each of those functions into an executable queue of commands, where various properties can be further defined and executed in sequence.

The work-in-progress app is available in a public repository on GitHub. Please note this is largely a proof-of-concept and a learning project for me to sharpen my dev & AI skills.