selendroid v0.2 Release Notes

    • ๐Ÿ›  fixed to major bugs [#1](../../issues/1) and [#2](../../issues/2)
    • โœ… Created an inspector that allows to inspect the application under test and makes it easier to write test cases: http://localhost:8080/inspector
    • โž• Added support for pressing keys like the Android menu button.
    • ๐Ÿ›  Fixed a bug in taking screenshots. Now pop up dialogs are included as well.
    • โž• Added /sessionId/keys support and a client library that contains already selenium as dependency and the interface SelendroidKeys.
    • ๐Ÿ’Ž The gem contains an interactive shell that starts automatically selendroid-server and a Ruby webdriver client that allows to interactively try commands out.
    • โž• Added locator strategy by class for native and web view context
    • โž• added support for all available locators findElement, findElements and corresponding find child element and find child elements.