RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

clearTextInWebElement() is appending the text instead of clearing the text #777

Open ArvindAbi opened 9 years ago

ArvindAbi commented 9 years ago

when using clearTextInWebElement() it appends the specified text in front of text which is already typed in the webelement.i.,e., specifiedtext+existingtext

Actually appending in the sense , it clicks at starting of the existing text for clearing instead of ending of the text. So the specified text is typed in front of the existing text.