CHANGES
=======

* support python3

0.0.3
-----

* retry request when first failed
* Update __init__.py
* Update __init__.py
* update README.md file, adding example for element swipe api
* Add swipe support for wda element
* add comment and fix some code structure according to the pr
* expand ‘link text’ query of Selector class with ‘value’ or ‘label’ property, in case no ‘name’ property exists and only ‘value’ property valid
* fix the right api
* add send_keys, but it not works actually
* sync to the latest wda
* status func add sessionId
* just add some comment
* add alert support, close #6

0.0.2
-----

* raise exceptions when connect went wrong
* add more about it
* add more ..
* change rect to bounds, add DEBUG mode
* remove extra code
* finish scroll part
* add scroll function
* limit max find element time into 90s
* merge code
* add bounds
* Add attribute
* Add getAttribut()
* Update __init__.py
* Fix find element when element's isvisible=NO
* add tap_hold api
* enable swipe function
* Fix xpath定位
* Add xpath 定位
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* fix documentation, add some props
* do some fix
* update desc

0.0.1
-----

* wow, update again, this is the last today
* update document
* add the rest api
* fix json
* make doc looks beautiful
* add with operation
* fix travis setting
* update password
* add travis badge
* add travis
* add screenshot and selector
* add selector
* add tap and session close
* add session, and home function, wrap python requests functions
* update but not implement except status
* initial first release
* init project
* Initial commit
