GNOME Bugzilla – Bug 343881
Need a default wait time
Last modified: 2006-06-08 09:51:12 UTC
each function (like click, selectmenuitem, etc.) should have a default wait time to wait the window appear and then click/selectmenuitem on the window, this can avoid using most time.sleep() code.
Alex: We had this early. But later we have removed it, as it affects the execution time. You could still use it by exporting 'GUI_TIMEOUT' environment variable with the required seconds. Let me close the bug as not a bug. If you disagree with this approach, please feel free to reopen the bug.