Skip to content

Commit

Permalink
Rollback ascii text fix, since it was failing “Click Text”
Browse files Browse the repository at this point in the history
  • Loading branch information
serhatbolsu committed Oct 28, 2017
1 parent 043f2ea commit 1fac770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion AppiumLibrary/keywords/_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ def _element_find(self, locator, first_only, required, tag=None):
return elements

def _element_find_by_text(self, text, exact_match=False):
text = text.encode('utf-8')
if self._get_platform() == 'ios':
element = self._element_find(text, True, False)
if element:
Expand Down
2 changes: 1 addition & 1 deletion AppiumLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '1.4.5.4'
VERSION = '1.4.5.5'

0 comments on commit 1fac770

Please sign in to comment.