Hi Guilherme,

Guilherme Aiolfi schrieb:
> Hi,
> 
> Three  thinks:
> 
> 1) how to use it: selenium.qxTableClick("qxh=qx.ui.table.Table", 
> "row=12,column=4"); in Selenium IDE?
> 
> There are "target" and "value" fields to be filled. But I've tried 
> everything and nothing works.
> 

There was an error in the wiki, you need to use "col" for the column 
parameter. Sorry for the inconvenience :(

> 2) I'm getting this error when navigation throw the Selenium IDE commands:
> 
> [Exception... "'JavaScript component does not have a method named: 
> "getImageAt"' when calling method: [nsIAutoCompleteResult::getImageAt]" 
> nsresult: "0x80570030 (NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED)" 
> location: "<unknown>" data: no]

I'm getting that too, but it seems unrelated to qooxdoo. I removed the 
user extensions from Selenium IDE and opened it without any qooxdoo 
applications loaded in the browser, same exception.

> 
> 3) I've to change the qx.core.Asserts:451:
> + array.join(", ") + "'" 
> 
> to
> 
> + "'"
> 
> Because when starting my app with selenium IDE opened I was getting this 
> error:
> 
> uncaught exception: [Exception... "Security Manager vetoed action" 
> nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)" location: 
> "JS frame :: 
> http://localhost/qooxdoo/framework/source/class/qx/core/Assert.js :: 
> anonymous :: line 451" data: no]
> 
> Anyone knows why it complains about array.join? 

First time I ever heard of this. There were some similar problems when 
Firefox 3 was released with new security features that prevented 
Selenium IDE from accessing the document's Javascript objects. That was 
fixed by going through the wrappedJSObject[1] property in the user 
extension. I'll try to see if a similar fix can be applied for this problem.

[1]https://developer.mozilla.org/en/wrappedJSObject


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]
> 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

Reply via email to