On 10/06/2011 02:00 PM, Tino Butz wrote:
> Hi,
>
> I have no answer for you right now, but I have forwarded this mail to 
> Daniel Wagner. He might be able to answer this question.

Yes, waiting for Daniel's answer might be your best option, though it 
might take a couple of days.


Meanwhile, let me put out a few pieces you might find helpful:

- I think a good point to start is working with the Selenium IDE in 
Firefox. The Selenium IDE is a Firefox plugin. You can load your user 
extension in there, trigger it through the IDE, and should be able to 
debug the code in Firebug.

- Of course you can inject "debugger" statements in the user extension, 
and run it through a normal test. But that means your user extension 
gets loaded from the Selenium RC server into an own browser 
window/frame, and you need to debug it there, while your client driver 
test script is running. That might prove tedious, and you could run into 
all kinds of timing issues. You also would need to package a new 
Selenium server jar after every change you make to the extension.

- Head over to the Selenium homepage and forum [1], I'm sure there is 
good advice concerning your question there.

T.

[1] http://seleniumhq.org/

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to