All Versions
20
Latest Version
Avg Release Cycle
69 days
Latest Release
2783 days ago

Changelog History
Page 1

  • v0.17.0 Changes

    October 21, 2015
    • ๐Ÿ‘ wrapping webviews in a better way, to handle hybrid apps that override methods on the webview(s)
    • ๐Ÿ’ป native element getAttribute now run on UI Thread, to access certain attributes on a WebView (like getScale)
    • ๐Ÿ‘ marshmallow support #987
    • โž• add factory to allow custom drivers #975
    • ๐Ÿ”€ merge device config into node capability for grid auto re-register #963
    • โœ… kill orphaned processes after test has finished #961
    • โšก๏ธ update selenium maven dependency #946
  • v0.16.0 Changes

    July 18, 2015
    • gets app version from pom.xml if class path doesn't start with jar #835
    • Clear data before app launch #844
    • โฌ‡๏ธ Drop explicit 'implements TakesScreenshot, JavascriptExecutor' declarations #846
    • Trigger DOM event of type 'INPUT' after changing value of INPUT element #746
    • Grid auto re-register #756
    • โž• Added activities to test touch gestures in the selendroid-test app #848
    • implemented driver.manage().timeouts().PageLoadTimeout() #849
    • โž• Added cordova-android 4.0.0 support #859
    • Append error details to page source #850
    • โœ‚ Delete temporary created by Selendroid Server #862
    • ๐Ÿ”จ Refactored SafeHandle (Action chain) for future multitouch implementation. #860
    • ๐Ÿ”„ Changed the implicit wait timeout from 5s to 0 as per webdriver spec #895
    • โž• Add WXGA720 skin for detection of screen resolution #904
    • โšก๏ธ Optimize screenshots from standalone server #904
    • ๐Ÿ›  Fix bug SelendroidServerBuilder when executing tests and using default keystore alias and passwords and androidKeyStore file exists #904
    • Don't add "offline" hardware devices on startup #900
    • [client] Fix SelendroidDriver#readCallLog() #916
    • [server] Fix finding a collection of elements by class name for non existing classes #918
    • ๐ŸŒฒ [standalone] Fix ..session/log/types endpoint #927
    • [standalone] Fix HTTP response for unknown commands #928
    • [server] Fix NPE in ViewHierarchyAnalyzer #929
    • [server] Do not try to get the resource name if the view has no id #930
    • [server] Do not search in multiple top level views #931
    • โšก๏ธ Update AndroidAtoms #925
  • v0.15.0 Changes

    March 03, 2015

    0.15.0

    • ๐Ÿ›  Fix native view search with multiple top level views #799
    • โช Reverted the 'adb.terminate()' call (back into if condition). #803
    • ๐ŸŒฒ Log click position #801
    • ๐Ÿ›  fix registration of selendroid server into a selenium grid #802
    • ๐Ÿ›  fix NPE on native apps driver.switchTo().defaultContent() #776
    • ๐Ÿ›  Fixing maven issues by using latest maven-android-plugin. #804
    • Introduce Predicate and AndroidElement factories #811
    • ๐Ÿ›  Fixing setAirplaneMode(true) for Android API 21 #816
    • ๐Ÿš€ Using latest selenium release. #818
    • โž• Add assets for inspector #820
    • โž• Added apiTargetType as an option to SelendroidCapabilities #823
  • v0.14.0 Changes

    February 03, 2015
    • ๐ŸŒฒ Don't log exception when waiting for the Selendroid server to start
    • ๐Ÿ›  fixed support for Cordova 3.6.x apps
  • v0.13.0 Changes

    January 15, 2015
    • In case of an shutting down selendroid-standalone (using an already started emulator) this fix is fixing the NPE.
    • Read adb output. #695
    • Selendroid-standalone argument -emulatorOptions to handle multiple options for emulator #697
    • ๐Ÿ”ง Selendroid-standalone: Fix to ScreenSize detection of emulators, and a feature - configurable maxSession and maxInstances. #703
    • Corrections to JSON to register at Grid hub. #713
    • โž• Added folder monitoring capability and fixed emulator launching problem. #712
    • ๐Ÿ“ฆ Introduced package per component. E.g. client bindings are located in io.selendroid.client#725
    • Correctly wait for Selendroid standalone server to come up
    • Consider 'emulator' capability when matching
    • โœ… For each device, register as "android" for WebView tests and also selendroid if an aut is specified
    • Elements don't need to be enabled to be visible.
    • โœ‚ Removed the adb command implementation, now done via automation
    • โœ… Automatically selects the latest version of the app to test if it is not specified by users.
    • terminate must be called on AndroidDebugBridge on shutdown.
    • โœ‚ Removed Gson dependency from server and client
    • ๐Ÿ›  fixes #767 stop internal ExecutorService of TrafficCounter on shutdown
    • Only return stack traces for unknown errors
    • โž• Adding "model" as a configurable parameter option.
  • v0.12.0 Changes

    October 21, 2014
    • ๐Ÿ‘Œ Support to custom keystore, password, alias. #536
    • โž• Added freeing on selendroidPort on driver.quit() #557
    • The activity class is not any longer immediately loaded. #558
    • ๐Ÿ›  Fixes bug in findElementsByName() #559
    • โšก๏ธ Optimize searching for elements in selendroid #560
    • ๐Ÿ‘ Allowed disabling of adb logcat device logging with flag #561
    • Cleaned up repetitive error handling in selendroid-server #562
    • ๐Ÿ‘ป Stop swallowing exception when waiting for instrumentation #563
    • ๐Ÿ‘ Allow selendroid-server start timeout to be passed on command line #564
    • โž• Added "-h" and" --help" options to selendroid-standalone-server.
    • Split up SelendroidLauncher main().
    • โž• Added capability to load in extension handlers and a test bootstrap class
    • Assume AUT is already installed if LaunchActivity specified & no matching appsStore entry #567
    • Propagate unhandled exceptions in AUT as AppCrashedException
    • โž• Added server-side support for low-level actions API
    • โž• Added client side implementation of the multi touch screen
    • โž• Added empty()/copyOf()/withMerged() to SelendroidCapabilities
    • โž• Added ability to run GC and set system properties.
    • ๐Ÿ›  GetElementAttribute returns null if attribute is not set. Fixes #568
    • โœ‚ Removed manual looper as we can now get the device to dump crash logs to a file
    • โž• Added SelendroidStandaloneDriverEventListener to allow hooking into events during Selendroid startup
    • ๐Ÿ’ป Run bootstrap and launch main activity on the UI thread in ServerInstrumentation
    • ๐Ÿ›  Fixed cloning of existing session capabilities in GetCapabilities()
    • โž• Added logging of selendroid traffic statistics
    • Prevent hardware devices from showing up multiple times in the DeviceStore
    • ๐Ÿ getWindowSize() now supports API levels < 13
    • ๐Ÿ”„ Changed getScreenSize() to use Dimension instead of string,
      โž• added support for emulators with string skin names
    • ๐Ÿ›  Fixed loading of keystores with no password
    • ๐Ÿ›  Send connection: close header in responses. Fixes #458
    • โœ‚ Removed 'SelendroidKeys.ANDROID_HOME' because emulating the home key using Instrumentation is not supported in Android. Use adb to emulate the home key in your tests.
    • Return capabilities immediately after session creation instead of redirecting
    • ๐Ÿ”Š Lowered severity of logs in isSelendroidRunning(), made messages more informative.
    • โœ… Made E2E tests use SelendroidStandaloneServer
    • ๐Ÿ‘ป findElements() returns an empty list instead of throwing an exception.
    • Standardises URLs / makes them compliant with the WebDriver specification
    • ๐Ÿ›  Fixed crashlog detection on older devices
    • ๐Ÿ‘Œ Improved cleanup of devices on failed server startup
    • ๐Ÿšš Marked 'execute_native' scripts as deprecated. The native script TwoPointerGestureAction was removed, please use the new multi touch implementation.
    • โฌ†๏ธ Upgrading to latest Selenium 2.43.1
    • โฌ†๏ธ Upgrading to latest Android Atoms
  • v0.11.0 Changes

    August 01, 2014
    • โฌ†๏ธ Upgrading to latest Selenium 2.42.2
    • ๐Ÿ›  Fixed http response encoding header
    • ๐Ÿ‘Œ Support for 'activity-alias' manifest tag by adding a new optional capability -launchActivity
    • โž• Adding new background / resume custom api endpoints, available in the client:
      SelendroidDriver.backgroundApp() and SelendroidDriver.resumeApp()
    • Avoid returning duplicate elements for findElementsBy
    • Migrated http-server from webbit to netty
    • โž• Adding new call log feature: SelendroidDriver.addCallLog / readCallLog
    • ๐Ÿ›  Fixes: #487
  • v0.10.0 Changes

    May 13, 2014
    • โฌ†๏ธ Bumping selenium dependency to version 2.41.0
    • โž• Added support for switching contexts (NATIVE_APP/WEBVIEW)
    • โœ‚ Removed deprecated property 'androidTarget' in selendroid capabilities.
    • โœ‚ Removed default locale 'en_US' in selendroid capabilities
    • ๐Ÿ›  Fixes: #362, #371, #338
    • โž• Added command line option -forceReinstall to force installation of Selendroid Server & app under test
    • ๐Ÿ”ง Logging Selendroid Standalone configured options
    • Element.tagName() should return lower-case string
    • ๐Ÿ›  Fixed wrong mapping of StaleElementException (was WebDriverException)
    • โž• Added a unified and configurable logging system for standalone and selendroid server
    • โž• adding support for new 'network_connection' endpoint which will be in the client API for selenium in 2.42
  • v0.9.0 Changes

    March 21, 2014
    • ๐Ÿ‘ Rotation Support
    • ๐Ÿ›  Fixes: #268, #284, #309, #275
    • โž• Adding support for disabling native events for sendKeys command to support e.g. German umlauts (#7,#110)
    • โž• Added support for sending key events, send text, tap and execute shell command via adb connection
    • โœ‚ removed -installedApp command line parameter of the selendroid-standalone jar
    • โœ… Selendroid standalone supports by default already started emulators. Even if they are started manually after selendroid-standalone has been started, they are identified and can be used for test sessions.
    • โœ… Minimized create session time by skipping installation of the app under test or the selendroid-server if they are already installed.
    • ๐Ÿ‘Œ Support execute async script (#254)
    • โž• Add native execute script action TwoPointerGesture. this is temporary solution until the mobile WebDriver multi touch spec is implemented #292
    • 0๏ธโƒฃ Introducing a sessionTimeout (in seconds) that will automatically stop a session. Default value is 30 minutes.
    • โž• Added support for using 'platformVersion', 'platformName' and 'automationName' in capabilities in order to support Selenium 3.0
    • โž• Added support for using switch context endpoints to support Selenium 3.0. Swith to window mechanism is still available.
    • ๐Ÿ’ป In order to support Selenium 3, Page source is now returned as an XML (or HTML in the case of HTML-based platforms) document representing the UI hierarchy.
    • ๐Ÿ‘ Until multi touch support based on the new w3c spec is implemented, there is a native script that can be used for multi touch gestures.
  • v0.8.0 Changes

    February 05, 2014