要求されたページは選択されたバージョンでは利用できない。
Timing
Timing built-in actions handle the varying response times of an application under test. It is important that tests not sample AUT outputs faster than the AUT can respond to stimuli, which can cause false failures. At the same time, tests should wait no longer than necessary for functions to complete, because excessive waits can slow down overall run times of large test runs.
get clock count
sleep
start clock count
wait for control
wait for control not exists
wait for property
wait for window
wait for window close