Question
TCS
IN
Last activity: 31 Aug 2017 15:00 EDT
Unable to paste value second time in a textbox in oracle application
I am pasting a value in a textbox in oracle application. First time its pasting successfully. But when i pasted the value second time, it won't allow me to paste and throw some exception.(Exception invoking method sendkeys on object id a90).
I tried setText method, appendText method, sendkey method. But same issue. Please help me out its urgent.
Thanks and Regards,
Ashish Garg
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi Ashish,
Instead of pasting the value, can you try with text property of the textbox.
Second time means are you running the automation second time? If yes then check the value null property before pasting.