CHANGES
=======

* fix in py3.6 error
* fix name matches, use string escape fix it
* add test example
* fix nameMatches
* add netease cloudmusic test example

0.2.0
-----

* finish first version of sync new code
* fix some tests
* add nameMatches
* sync to lastest wda
* sync to new wda code
* Allow extra capabilities to be passed to the session (#25)
* [Screenshot] Open file in binary mode

0.1.2
-----

* freeze webdriveragent version
* change example tab to 4space
* support handle alert automaticly
* Sessions with arguments (#23)
* change class\_name to className and text\_contains to textContains

0.1.1
-----

* Lukzeg change orientation functionality (#21)
* add Element change lot of code
* add some beta apis
* follow format
* Change time\_out to timeout and add example usage in readme
* add alert.wait and Selector partial text
* support get current session id and bundle id

0.1.0
-----

* add pinch api
* update doc
* update accessible,pinch,keyboardDismiss,doubleTap,deactivateApp
* close #15
* update api sync with WDA (#12)
* add healthcheck api
* fix broken swipe() API, due to wda specific endpoint complied with WD spec naming convention https://github.com/facebook/WebDriverAgent/commit/eeaa1a3bbc9559d41ff3779c73c6678c7715a3d0
* fix unicode convert to unicode error
* fix missing e args
* 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
