Release Add direct activity navigation for UiAutomator2; fix subtle bugs · sbabcoc/Selenium-Foundation (original) (raw)

The primary objective of this release was to add the ability to open Android activities directly with UiAutomator2. This feature is quite straightforward with Espresso but required the use of Appium's mobile: shell script for UiAutomator2. To facilitate a broader range of options, I added action and category properties to the PageUrl annotation.

In the process of implementing this new feature, I discovered a few subtle bugs that heretofore had gone undetected.