Browser and Mobile Support for Alumnium
mainBrowser Support
Alumnium builds an accessibility tree of the webpage. Because there is no standard browser API for this, it currently only supports Chromium-based browsers (e.g., Google Chrome, Microsoft Edge, Opera).
- Playwright driver: Supports both
headfulandheadlessmodes. - Selenium driver: Supports
headfulmode only.
Mobile Support
Alumnium supports mobile automation via Appium:
- iOS: XCUITest driver.
- Android: UiAutomator2 driver.