Hi,
I am getting the data from excel file and then writing that data to Notepad.
But after writing data to Notepad, I want to save that Notepad file at desired location. What is the easiest way to achieve this one?
Any help really appreciated.
...
Hi All,
We need to read the data from text file and store that data to collection after some manipulation.
Any help will really appreciated.
Thanks,
Gaurav Suryawanshi
If the application is responsive to key press then in that case you can try to send the keys on the application using action ""Global Send Keys"" and ""Global Send Key Events""
Hope this might helps you.
Thanks & Regards,
Gaurav Suryawanshi
Hi Siva, thanks again for the your swift response.
Yes, I tried this solution at my end and found it is perfectly working fine.
Really appreciated...:)
Thanks & Regards,
Gaurav Suryawanshi
Hi Siva, Thanks for your response.
But here I am writing the data to Text File using ""Write Text File"" under ""Utility - File Management"". Then I have to save that file at given location.
Because I can see for ""Move File"" required to pass two p...