How to send ctrl shift f9 using global send keys in Blue Prism?

107 views Asked by At

I need to use ctrl + shift + F9 to download a report from SAP window. I cannot use any Code stage for this.

I tried using "{CTRL}{SHIFT}{F9}" and "^+{F9}" but none of them is working. The error I am getting is Input string was not in a correct format.

Any help is appreciated.

1

There are 1 answers

0
Tejaswi D Bhat On

Use Global Send Key Events after using activate application and pass the below as the input for the Global Send Key Events:

<{CTRL}<{SHIFT}{F9}>{SHIFT}>{CTRL}