CHANGES
=======

* fix: #65

0.3.3
-----

* fix all the tests

0.3.2
-----

* compatiable with py2

0.3.1
-----

* add retry for status, since status sometime get EmptyReponse

0.3.0
-----

* make session launch more robust
* change json.decoder.JSONDecodeError to WDARequestError

0.2.4
-----

* fix session, can not launch error

0.2.3
-----

* add content-type application/json when send http post
* recommend using appium/WebDriverAgent
* fix set\_callback check error

0.2.2
-----

* fix travis
* try catch response.json()
* add wait\_ready function
* add screenshot in session, add click(support percent), add scale, update readme
* [issue #33]Add escape character for quotes

0.2.1
-----

* 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
