selendroid v0.4.0 Release Notes

    • ๐Ÿ“ฆ moved all packages to domain selendroid.io
    • โž• added new component: selendroid-standalone
    • ๐Ÿ“š moved the documentation from wiki to web page: http://selendroid.io
    • ๐Ÿ”จ selendroid gem has been refactored to support only starting selendroid-shell
    • โœ‚ Removed dependencies: Guava, commons-io, slf4j-android
    • ๐Ÿ”จ Find By Tag Name refactored to find by the class now, not by text
    • ๐ŸŒ L10n Locators not longer available, the translation can be done executing the script: ((JavascriptExecutor) driver).executeScript("getL10nKeyTranslation", "l10nKey");
    • ๐Ÿ›  Several bug fixes