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.