Solved
Forum Discussion
6 Replies
- baxatobCommunity Hero
Did you mean this: https://support.smartbear.com/viewarticle/80578/ ?
- JackSparrowFrequent Contributor
Ya I mean like this "should press Ctrl, then press f, then press U and then release all these keys.
or else should Press Tab for multiple times and arrows and Enter Key.
After the above actions an Excel will be auto generated by Application, now I need to save it in a particular path.
- baxatobCommunity Hero
You can simulate keystrokes using [Hold] / [Release] / [ReleaseLast] constants within Keys() method.
Or you can record your own low-level procedure: https://support.smartbear.com/viewarticle/88688/