From 3435fe281aae9abf4ba9bff86bb17b7f4276fccf Mon Sep 17 00:00:00 2001 From: renas Date: Mon, 27 Jun 2016 14:51:26 -0700 Subject: [PATCH] Updated README.txt with new Robotium version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f465cf9b..dffbbb9a 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ See [Getting Started](https://github.com/RobotiumTech/robotium/wiki/Getting-Star Join the discussions in the [Robotium Developers Group](http://groups.google.com/group/robotium-developers). ---- -### NEWS: Robotium 5.5.4 is released! -[Robotium 5.5.4](https://github.com/RobotiumTech/robotium/wiki/Downloads) is the fastest, most accurate and stable version of Robotium yet. Note: Robotium has a new package name: com.robotium.solo. +### NEWS: Robotium 5.6.0 is released! +[Robotium 5.6.0](https://github.com/RobotiumTech/robotium/wiki/Downloads) is the fastest, most accurate and stable version of Robotium yet. -New functionality includes: scrollDownRecyclerView(int index), scrollUpRecyclerView(int index), pressSoftKeyboardGoButton(), pressSoftKeyboardDoneButton() and more. See the [Javadoc](http://recorder.robotium.com/javadoc/) for more information. +New functionality includes: clickInRecyclerView(int itemIndex, int recyclerViewIndex, int id) and Config.sleepDuration, Config.sleepMiniDuration (to adjust the execution speed, lower means faster) and more. See the [Javadoc](http://recorder.robotium.com/javadoc/) for more information. ----