Hi, do you know about the qooxdoo Inspector[1]? It has a Selenium window that will automatically generate qxh locators for the widgets you select[2], similar to Selenium IDE.
[1] http://manual.qooxdoo.org/1.5.x/pages/application/inspector.html [2] http://manual.qooxdoo.org/1.5.x/pages/application/inspector_selenium.html Depending on how complex the tested application is, you could also try a locator like this: qxhv=*/qx.ui.table.Table This will return the first Table it finds in the application hierarchy. Just keep in mind that the "*" wildcard can slow down locator processing a whole lot - try it in Selenium IDE first. Regards, Daniel On 07/20/2011 02:50 PM, sarithasri wrote: > > Hi > > How can i use qxTableClick and qxh locator by using application. > > > I am unable to find widget id in my application.. > > I am sending scrrenshot of My applicaion. > > Based on the given row number i need to click. > > By using application how can i find qxh locator of table ... > > Please help me....It's very orgent... > > > > http://old.nabble.com/file/p32098913/Application.bmp Application.bmp ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
