Guilherme Aiolfi schrieb: > [error] locator not found: qxh=*/qx.ui.table.Table, error = > InternalError: too much recursion "qxh=*/" is the locator equivalent to "//" in XPath, it will traverse the entire Javascript object hierarchy until it finds a match. If your application is complex, you can run into the "too much recursion" error before that happens. The solution is to use more specific locators. For example, if your application has a splitpane with the table in one of the panes, you could use a locator like this:
qxh=*/qx.ui.splitpane.Pane/qx.ui.table.Table Regards, Daniel > > Any other idea? > > On Fri, Sep 4, 2009 at 9:42 AM, Daniel Wagner <[email protected] > <mailto:[email protected]>> wrote: > > Hi again, > > Guilherme Aiolfi schrieb: > > > > There was an error in the wiki, you need to use "col" for the > column > > parameter. Sorry for the inconvenience :( > > > > > > I'm still don't get it. I'm not using it like a script, I'm trying to > > use it direct in the Selenium IDE. I'm selecting "qxTableClick > command > > and in the "target" field that I'm stuck. So, what do I have to > put in > > the "target"? > > > "target" must be a locator that finds the table, such as > "qxh=*/qx.ui.table.Table". > > "value" is the additional information for the command, e.g. > "row=2,col=0,double=true". > > Hope this helps. > > Regards, > Daniel > > > > > ------------------------------------------------------------------------ > > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports > 2008 30-Day > > trial. Simplify your report design, integration and deployment - > and focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > qooxdoo-devel mailing list > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
