ContributionsMost RecentMost LikesSolutionsRe: Did any one find solution to select date from date picker? baxatob I tried to set the value directly using the below piece of code, it display the value in the field once this code runs, but the problem is when I navigate to next page "To find the flights for date 13 sep 19" then I cant see the result for 13 Sep 19. Instead it is showing the flight on basis of current system date. Meaning that its not storing the value which i am providing instead taking the default current date. var departureDate=page.NativeWebObject.Find("idStr","departureDate"); departureDate.value="13 Sep 19"; Please find the snapshot of my calender Please help me do select the date from calender as i got stuck to move forward. Re: Did any one find solution to select date from date picker? baxatob Thank you so much, its working fine for me. It will be really helpful if you could help me out to do it by clicking on particulate date from calender picker. Re: How to read the logs from PUTTY using Ready API I am novice to this tool and the commnnity also. I am able to invoke the putty by above code but I don't want to invoke it. I want to run it in back ground. And I have some commands which I need to run in putty after system logs into putty. below are the commands which i want to execute in putty after i logged in:- sudo su - user cd /var/opt/user/logs grep "someString" allTheLogs.log I tried to convert the above commands into .bat file and calling to the function. But it didn't work:- Process proc = Runtime.getRunTime.exec("C://Users//ABC//bat//logic.bat") proc.waitFor() After that this allTheLogs.log will contain all the logs which is fetched by putty. I need to verify the logs data with my data. Please help me to resolve this issue. Any leads would be appreciated. HimanshuTayal - Any support would be appreciated.