Bill_H
4 days agoOccasional Contributor
Unable to save a value to DB
Hi all - I am working with a .Net application where I enter data (date) into a textbox then click other boxes etc. then save. On Save the date entered is not passed on to save - I have tried to ent...
- 3 days ago
What keyboard key strokes you need to tap to set it correctly?
Are you using code based script or KeywordTests script?
How are you doing it programmatically? provide the example. From the documentation link I provided, the listed example to press the keyboard escape key is
onscreenObj.Keys("[Esc]");