Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Are there error messages in the test log for those failure times?
My guess, without more information, is that there is a timing problem going on in that the button is attempted to be clicked before it is displayed (knowing that there are times where there is a delay between clicking a link and getting the download dialog). Have you tried using a "WaitNNN" method (like WaitAliasChild or something) to delay clicking on the save button until it is loaded and enabled?
My guess, without more information, is that there is a timing problem going on in that the button is attempted to be clicked before it is displayed (knowing that there are times where there is a delay between clicking a link and getting the download dialog). Have you tried using a "WaitNNN" method (like WaitAliasChild or something) to delay clicking on the save button until it is loaded and enabled?