New question #676793 on Sikuli: https://answers.launchpad.net/sikuli/+question/676793
Hi Team, I'm using Sikuli for testing desktop applications,i want to update Value with System date in below xml file,can anyone please provide code,how to update date in particular place,i want to update 11-12-2018 to Current System date. XML File: <add key="TimeOut" value="7200"/> <add key="Is" value="1"/> <add key="Cul" value="en-US"/> <add key="Date" value="11-12-2018"/> <add key="CreatedUser" value="TESTING"/> i've tried below steps but no use, Please help me how to do this one. Take screenshot for 11-12-2018 Store into png format screen.type(png,"12-12-2018") -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

