Forum Discussion

sanjayram's avatar
sanjayram
Contributor
11 months ago
Solved

Keys Action for Space Bar

Keys Action for Space Bar?  
  • rraghvani's avatar
    11 months ago

    In TestComplete, you have the option to record,

    Select Record Script and record your actions, afterwards you'll see the code that is generated.

     

    In Keys Action, if Keys("a") mimics 'a' and Keys("z") mimics 'z' on the keyboard, then Keys(" ") must mimic ' ' spacebar?