|
I am using GEM9.1.404 and this problem only occurs when I use the object repository to describe the elements. Repository("SC0031_ViewNote").check_exists() But this doesn't!!!!! Repository("SC0031_File_Link").click_without_blocking Where the objects are described using XML as: <Object Name="SC0031_ViewNote" Type="Browser"> Shruthi has investigated this issue and finds that WatirNativeObject layer of WET needs some changes. It is high risk to do this before 1.0 final. |
|||||||||||||||||||||||||||||||||||
The file dialog has often given problems. It works like a charm in certain cases, whereas doesn't work in other cases. When you hit the File Download, there are two dialogs that typically show up:
1) File Download dialog prompting the user to select whether to download, save or cancel
2) File Download dialog with information about the dialog itself.
It looks like there is a race condition here and depending on which dialog wins the race, test fails or passes.