Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Functions like waitUntilText and waitUntilId should be used to make sure the pages are loaded.

These checkpoints should be used after each page load.

Here is a template of a loading measure :

Code Block
languagebash
measureStart,CHRGT_xxxx
click...
waitUntil...
pause,${PAUSEAFTERLOAD}
measureStop

The swipes don’t always go to the same place

...

By default, it lasts 500 milliseconds.

To be more precisesure to arrive at the same place, you can add increase this time with a fourth parameter with the time of the swipe.

For example, the line swipeVertical,90,10,50,1000 swipes from the point A (X:90 %, Y:50%) to the point B (X:10 %, Y:50%) during 1000 milliseconds or 1 second.