addNavigationPath

Top  Previous  Next

The addNavigationPath command defines the sequence of steps to be executed. The command has to be called once for each step (except the last one), letting the application know what step should follow one another.

 

 

JavaScript code

 

 display.addNavigationPath(this, stepFrom, null, stepTo);

 

Parameters

 

stepFrom  : JavaScript function

stepTo     : JavaScript function

 

 

Read More:

Macro Script File Structure
Programming Reference for Macros - cursorPos
Programming Reference for Macros - type
Programming Reference for Macros - typeV
Programming Reference for Macros - setField
Programming Reference for Macros - setFieldV
Programming Reference for Macros - pressAndWait
Programming Reference for Macros - waitForField
Programming Reference for Macros - waitForNewScreen