Skip to content

Leokinss/PythonAlumniumExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alumnium AI Web UI Automation

Example for Web UI automation using AI prompting with the Python Alumnium library. Alumnium currently integrates with Playwright, Appium, and Selenium.

Links

Setup

I am using Google Gemini on a free API key.

Cost per prompt is approximately ~1000 tokens.

Add the following to your .env file:

ALUMNIUM_MODEL=google
GOOGLE_API_KEY=...

Running Tests

pytest

Notes

Performance is quite slow — likely due to scanning the whole page and traversing the element tree to find elements. Takes up to ~10s per prompt. For a test with many prompts/actions, total execution time may be significant.

Video Demo

compressed.mp4

About

AI prompting UI automation example with Alumnium library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages