Forum Discussion
Hi Tanya,
Here is the code -
toolBar1 ClickItem "Download", ... Clicks the 'Download' item of the 'toolBar1' bar.
Here is the error message -
The grid row's index 0 is out of bounds. 16:05:16 Normal
Many thanks,
Mark
Hi,
Thanks for the info.
If you open the Additional Info Tab when selecting the error message in the Test Log, you will get the detailed information about the error, as well as the possible solutions. Could you please check it?
- poggleswood11 years agoNew Contributor
Hi,
Here is the info from "Additional Info" -
Total number of rows: 0.
Tested object:
Aliases.browser.BrowserWindow.panel.tabpage.panel.browser.panel.frame0.panel0.RootPane.null_layeredPane.AppPanel.Panel.this.splitPane1.panelRight.KTcpDumpPanel.this.scrollPane1.Viewport.tableListing
(Sys.Browser("iexplore").BrowserWindow(0).Window("Frame Tab", "", 1).Tab("McAfee | Web Gateway - mwgappl1142272 - 10.140.220.99 - Windows Internet Explorer").Window("Shell DocObject View", "", 1).Panel("http://10.140.220.99:4711/Konfigurator/request").Window("Java Plug-in Control Window", "", 1).AWTObject("PluginEmbeddedFrame", "", -1).SwingObject("Applet", "", 0).SwingObject("JRootPane", "", 0).SwingObject("null.layeredPane").SwingObject("AppPanel", "", 0).SwingObject("JPanel", "", 0).SwingObject("this").SwingObject("splitPane1").SwingObject("panelRight").SwingObject("KTcpDumpPanel", "", 0).SwingObject("this").SwingObject("scrollPane1").SwingObject("JViewport", "", 0).SwingObject("tableListing"))Many thanks,Mark- TanyaYatskovska11 years ago
Alumni
Hi,
It makes sense to debug the problematic line. Based on the error, you are trying to access an object, which isn’t available for some reason. Perhaps, you are accessing it by index, but the index was changed. Debugging the test line by line should clarify the situation: http://smartbear.com/viewarticle/56567/