Skip to content

Commit 91c808c

Browse files
committed
Updated Version and docs
1 parent 9f430ac commit 91c808c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

AppiumLibrary/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class AppiumLibrary(
5858
| class | Click Element `|` class=UIAPickerWheel | Matches by class | |
5959
| android | Click Element `|` android=UiSelector().description('Apps') | Matches by Android UI Automator | |
6060
| ios | Click Element `|` ios=.buttons().withName('Apps') | Matches by iOS UI Automation | |
61+
| nsp | Click Element `|` nsp=name=="login" | Matches by iOSNsPredicate | Check PR: #196 |
6162
| css | Click Element `|` css=.green_button | Matches by css in webview | |
6263
| name | Click Element `|` name=my_element | Matches by @name attribute | *Only valid* for Selendroid |
6364

AppiumLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
VERSION = '1.5.0.2'
2+
VERSION = '1.5.0.3'

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Fork the project, make a change, and send a pull request!
7575

7676
Project Contributors
7777
--------------------
78+
* `Serhat Bolsu <https://github.com/serhatbolsu>`_
7879
* `William Zhang <https://github.com/jollychang>`_
7980
* `Xie Lieping <https://github.com/frankbp>`_
8081
* `Jari Nurminen <https://github.com/yahman72>`_
81-
* `Serhat Bolsu <https://github.com/serhatbolsu>`_
8282

8383

8484
.. image:: https://img.shields.io/pypi/v/robotframework-appiumlibrary.svg

docs/AppiumLibrary.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)