Forum Discussion
I am testing some screens which are tabbed. There are 3
tabs on one screen and the next screen has about 8 tabs. On the first screen (with 3 tabs), I double click on an
item which takes me to the second screen (with 8 tabs). When I try to playback the double click action on the first
screen, the test fails saying that ‘The window is invisible and thus cannot be activated’.
I have included the script and the screenshots for the
same. Please tell me as to how this issue can be resolved.
function Test2()
{
Aliases.ifrun60.wndui60MDIroot_W32.MDIClient.wndOptions.ui60Drawn_W32.ui60Drawn_W32.btnSprint3.ClickButton(); Aliases.ifrun60.wndui60MDIroot_W32.MDIClient.wndOptions.ui60Drawn_W32.ui60Drawn_W32.btnCmdashboard.ClickButton();
Aliases.ifrun60.wndui60MDIroot_W32.MDIClient.wndui60MDIdocument_W32.ui60Drawn_W32.ui60Viewcore_W32.ui60Drawn_W322.Click(52, 14);
Aliases.ifrun60.wndui60MDIroot_W32.MDIClient.wndui60MDIdocument_W32.ui60Drawn_W32.ui60Viewcore_W32.ui60Drawn_W32.Click(53, 59);
Aliases.ifrun60.wndui60MDIroot_W32.MDIClient.wndui60MDIdocument_W32.ui60Drawn_W32.ui60Viewcore_W32.ui60Drawn_W32.Edit.Click(36, 9);
Aliases.ifrun60.wndui60MDIroot_W32.MDIClient.wndui60MDIdocument_W32.ui60Drawn_W32.ui60Viewcore_W32.ui60Drawn_W321.btnPriorityList.ClickButton();
}