Hi friends,
i have a situation to send multiple texts in the same text field, first time it is properly sending text to text fields, but second time it is automatically clearing existed one, and sending the recent one, but i have to append both texts one beside and another one.
currently i am automating my application using appium:
there is post, i have to tag few users or groups in the post, first time I am Passing text with the help of sendkeys, i am able to tag the respected user and second time when i am passing another text, first tagged user and text is getting cleared and recently added text and tagged user was displayed, i want to tag at a time 2or 3 peoples. please help on.. Thanks!!