------------------
New
~~~
- Add an endpoint for pressing buttons (262) [Alex]
- Add custom locator strategy (260) [Jonathan Lipps]
- Add a duration for scroll for ios (256) [Kazuaki Matsuo]
* add a duration for scroll for ios
* tweak default duration
* apply autoformat
* set 600 duration by default if it's w3c spec
* skip wait if duration is none
* add comment
- Add finger print (252) [Kazuaki Matsuo]
* add fingre print
* apply auto format
- Add find_elements w3c for webelement (251) [Kazuaki Matsuo]
* add find_elements w3c for webelement
* add tests for child elements
* add todo for future work
- Add a github issue template (250) [Kazuaki Matsuo]
- Add xdist port handling (248) [Kazuaki Matsuo]
* add handling port number to run ios tests in parallel
* define PytestXdistWorker
* use gw0 if the number of worker is over the count of workers
- Add autopep8 (243) [Kazuaki Matsuo]
* apply autopep8
* add development section as the first draft
* relax max-line-length
* add global-config
- Add toggle wifi command (241) [joshuazhusince1986]
* add toggle_wifi command
* update comment to indicate toggle_wifi is only for Android
- Add selenium into ci-requirements (240) [Kazuaki Matsuo]
fix pylint
add --py3k
- Add travis to run pylint and unit tests (239) [Kazuaki Matsuo]
* add pylint
* add rcfile
* tweak pylint
* fix lint
* add running pytest
* tweak indentations
- Add tag view for android (238) [Kazuaki Matsuo]
* add tag view for android
* fix typo... and tweak names of arguments
* tweak docstring
* add find element by viewtag section in readme
Other
~~~~~
- V0.29. [Kazuaki MATSUO]
- Bump selenium 3.14.1, call RemoteCommand without workaround (259)
[Kazuaki Matsuo]
* bump selenium 3.14.1, call RemoteCommand without workaround
* make attributeValue check safe
* define str = basestring for Python 2
* apply formatter
* add missing value check
- Update obsolete link for mobile json wire protocol spec. (257)
[Andrei Petre]
- Remove always_match and use first_match instead (246) [Kazuaki
Matsuo]
remove always_match and use first_match instead
- Use normal element for find image by (236) [Kazuaki Matsuo]
* use normal element
* get rid of png
* get rid of imagelement.py
* apply formatter
- Typo fix: finiding -> finding (245) [Andrew Fuller]
- Tweak PyPi URLs and add a badge (232) [Kazuaki Matsuo]