alumnium-hq/alumnium

Support alerts

Open

#209 opened on Dec 9, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (97 forks)github user discovery
good first issue

Repository metrics

Stars
 (997 stars)
PR merge metrics
 (Avg merge 2d 7h) (15 merged PRs in 30d)

Description

Right now, alerts will block the test execution, and there will be no way around it unless the user calls driver.switch_to.alert.close(). Alumnium should automatically add alerts to the accessibility tree so LLM can decide to click on its buttons, then seamlessly translate such clicks into respective alert accept/dismiss calls.

This should be implemented across all supported drivers and languages.

Contributor guide