selendroid v0.3 Release Notes

    • ๐Ÿšš Moved from google gson library to org.json
    • โž• Added first support of Selenium Advanced User Interactions API
    • โž• Added to the selendroid-gem new commands to support
      • build-and-start: automatically build the selendroid-server and resigns the given apk with the debug certificate and starts afterwards the selendroid server.
      • start: Starts the selendroid server on the first available Android device.
    • ๐Ÿ›  Fix for bug [#6](../../issues/6) that solves send key to an element.
    • ๐Ÿ›  Fixed a bug in getCapabilities handler that adds now e.g. support for javascript.
    • ๐Ÿ›  Fixed a bug in getElementLocation handler
    • โž• Added support for:
      • Get size of an element
      • Get attribute of an element
      • Get the info if an element is displayed or enabled
      • execute script (only supported for webview mode)
    • โž• Added css locator support in webviews
    • ๐Ÿ”Œ selendroid-grid-plugin that adds support to use the selenium grid for parallel testing
    • ๐Ÿ›  Fix for native UI hierarchy handling
    • ๐Ÿ›  Several smaller bugfixes with regards to element handling
    • ๐Ÿ Gem can now be use on Windows
    • Gem source has been added to the main project
    • โž• Added FindByPartialLinkText locator support for native and webview elements
    • โž• Adding (experimental) mechanism to add 'executeScript' in Native