All Versions
20
Latest Version
Avg Release Cycle
69 days
Latest Release
2783 days ago
Changelog History
Page 1
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, 20150.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๐ see the changelog for release features