robotframework-androidlibrary icon indicating copy to clipboard operation
robotframework-androidlibrary copied to clipboard

Robot Framework Automation Library for Android

Results 21 robotframework-androidlibrary issues
Sort by recently updated
recently updated
newest added

The first problem is that calabash-android has moved on and is now at 0.4.x and no longer has an extract-manifest command. That causes the ExPat error reported in #63. I...

It would be very helpfull and great if we add a single line example statement to import this android library. for example in the httplibrary for robot framework it is...

Hi, I have created a sample project but not able to execute. Getting some issues. I m using latest SDK,PYTHON 2.7 and latest Robot framework on windows 8. Error:- TEST...

Hi, Anybody tried this script. I am not able to execute it. Please send me another script at [email protected] if anybody has tried. I am getting below error:- command: pybot.bat...

Hi, I am not able to use this example. Not able to open emulator also. Please guide

The current pip version of robotframework-androidlibrary is 0.1.19. The current keyword documentation linked on the README.rst (http://lovelysystems.github.com/robotframework-androidlibrary ) links to http://lovelysystems.github.io/robotframework-androidlibrary/AndroidLibrary.html which contains version 0.1.13.

When using Set Text on a field for my app I found that Set Text actually adds to the text and does not replace it as I had thought. Example:...

Hello Is there possibility to add "longtouch" keywords? which could correspond to user action "press and hold". I mean e.g: - LongTouch Button - LongTouch Image Button - LongTouch Text...

I am executing on WindowsXp SP3, with calabash-android version 0.3.8, And getting below error: KEYWORD: AndroidLibrary.Screen Should Contain Hummus Expand All Documentation: Asserts that the current screen contains a given...

Hi, I have below type of controls in my Android app , and I am not getting keyword to operate them: 1. toggleButton (Switch) 2.ListView 3.NumberPicker 4.CheckBox 5.RadioButton Please suggest...