Jump to content

Recommended Posts

Posted
I am using Java/AutoIT. I need to automate the keypress of "Space" and "Down_Arrow_Key" keys when automating in SAP. I have already done for "Enter" using the below code but I cannot find a way to automate for "Space" and "Down_Arrow_Key".
public void pressEnter() {
    this.findElement("wnd[0]").invoke("sendVKey", 0);
}

So, my question is how to automate "Space" and "Down_Arrow_Key" keypresses when automating in SAP Desktop Application, when the element tracking is done via AutoIT(version 3)?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...