sbabcoc / Selenium-Foundation

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Apache License 2.0
60 stars 16 forks source link

Add support for Android activities to "initial page" feature #225

Closed sbabcoc closed 2 years ago

sbabcoc commented 2 years ago

Currently, the "initial page" feature only supports page classes that specify the @PageUrl annotation. To support mobile application automation, this feature needs to be expanded to handle Android "activity" specifications. I don't know if "current activity" information is directly accessible from the application. This would be required to extend landing page verification/synchronization to Android application page models.

It doesn't appear that the iOS UI automation frameworks provide a mechanism for direct navigation.