Soloveykos

Results 1 issues of Soloveykos

1. Define the datetime as string: string date = DateTime.Now.ToShortDateString(); 2. sendKeys for some text control: someWindowsElementTextControl.SendKeys(date); Actual result: Depending on windows culture it will send different data, for example:...

Enhancement