Skip to content

Commit

Permalink
Version update and minor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
serhatbolsu committed Sep 26, 2016
1 parent dbdb6d4 commit 7ff445c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/AppiumLibrary.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/AppiumLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ class AppiumLibrary(
| Click Element id=my_element
New in AppiumLibrary 1.4, ``id`` and ``xpath`` are not required to be specified,
however ``xpath`` should normally start with ``//``. For example:
however ``xpath`` should start with ``//`` else just use ``xpath`` locator as explained below.
For example:
| Click Element my_element
| Wait Until Page Contains Element //*[@type="android.widget.EditText"]
Expand Down
2 changes: 1 addition & 1 deletion src/AppiumLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '1.4.0.dev2'
VERSION = '1.4.0.b1'

0 comments on commit 7ff445c

Please sign in to comment.