lovelysystems / robotframework-androidlibrary

Robot Framework Automation Library for Android
29 stars 22 forks source link

clear documentation for importing the android library #43

Open srib4ufrnd opened 11 years ago

srib4ufrnd commented 11 years ago

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 clearly mentioned with example how to import the library. see USAGE section in the below link. https://github.com/peritus/robotframework-httplibrary

Usage

Setting Value
Library HttpLibrary.HTTP

In the same way it would be very helpful if we metion usage for this library also saying

Usage

Setting Value
Library AndroidLibrary

It will help the basic users to start with importing. Else it wil take time for users to find out what is the exact library name to import in Robot Framework.

peritus commented 11 years ago

You're right, that would be a valuable piece of documentation. Care to submit a patch ?

srib4ufrnd commented 11 years ago

i would love to but i am not sure where to do the change :-)

avanderberg commented 10 years ago

imho this issue can be closed now because #57 is merged.