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.
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.