| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| selendroid-standalone-0.13.0-with-dependencies.jar | 2015-01-15 | 24.3 MB | |
| 0.13.0 source code.tar.gz | 2015-01-15 | 4.4 MB | |
| 0.13.0 source code.zip | 2015-01-15 | 4.8 MB | |
| README.md | 2015-01-15 | 1.4 kB | |
| Totals: 4 Items | 33.5 MB | 0 | |
- 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.