CHANGES
=======

0.7.0
-----

* update doc
* move all Session methods to Client

0.6.2
-----

* rename wda\_alibaba to wda\_taobao

0.6.1
-----

* add taobao property

0.6.0
-----

* add alibaba property

0.5.0
-----

* add home function to Session
* add app\_list, even useless

0.4.2
-----

* fix swipe\_up-down-left-right, close #89

0.4.1
-----

* fix python2 support, close #76
* update doc

0.4.0
-----

* update readme
* add more functions
* add method s.xpath(...)
* make httpdo thread safe

0.3.9
-----

* fix app launch stuck, set Quiescence to False

0.3.8
-----

* check url format when create Client

0.3.7
-----

* fix compatible for the latest modified WDA by appium

0.3.6
-----

* fix WDARequestError, format code with yapf

0.3.5
-----

* add pillow depencency

0.3.4
-----

* 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)
