08-23-2014, 03:33 AM
QM supports 3 types of waiting until web page loaded.
1. wait 0 I and web ..., like in your post. Both wait while web browser is busy (or it says that it is busy).
2. Wait for a window with certain title (wait 0 WV), or wait until window title changes (wait 0 WT).
3. Search for an accessible object or html element in the web page, and specify a wait time.
For all 3 there are dialogs to create code.
1. wait 0 I and web ..., like in your post. Both wait while web browser is busy (or it says that it is busy).
2. Wait for a window with certain title (wait 0 WV), or wait until window title changes (wait 0 WT).
3. Search for an accessible object or html element in the web page, and specify a wait time.
For all 3 there are dialogs to create code.