Hi,

I copied the file "user-extensions.js" into the same folder as the server, but 
it's still the same behaviour. Could the python http-server or a missing file 
be the problem? It displays the following error:

code 404, message File not found
"GET /favicon.ico HTTP/1.1" 404 -
code 404, message File not found
"GET /favicon.ico HTTP/1.1" 404 -
-------------------------------------------------
Exception happend during processing of request from (127.0.0.1', 50901) ...

I really don't know, why there is a request for this file, because I haven't 
referenced
it in my code (at least not directly). When I open the file index.html through 
the python http-server this file is not requested.

 

 

regards,

Lars

 

 

-----Ursprüngliche Mitteilung----- 
Von: thron7 <[email protected]>
An: qooxdoo Development <[email protected]>
Verschickt: Fr, 16 Aug 2013 4:41 pm
Betreff: Re: [qooxdoo-devel] qooxdoo/silenium exception: unknown command: 
'qxClick'


          
    
    
On 08/16/2013 03:18 PM,      [email protected] wrote:
    
    
Hi,
          
          thanks for the response to my post. The selenium server seems         
 to work nicely. My shell command is 
          
          java -jar              selenium-server-standalone-2.33.0.jar 
–userExtensionsD:/develop/progs/qooxdoo/qooxdoo-3.0-sdk/component/simulator/tool/user-extensions/user-extensions.js
        
        The file user-extensions exists and I looked into          it and found 
the functions doQxClick() and doQXClickAt(). I          couldn't find qxClick() 
though.
        
    
    IIRC that's ok, there is some command mapping going on under the    hoods 
(qxClick -> doQxClick etc.). I just tried with a stock    desktop skeleton 
which also uses qxClick, and it worked nicely.    Maybe it's a cross-drive 
issue. Could you copy the    user-extensions.js into the directory where you 
start your selenium    server?!
    
    T.
    
    
        
        
        regards,
          Lars
          
                  
-----Ursprüngliche            Mitteilung----- 
            Von: thron7 <[email protected]>
            An: qooxdoo Development            
<[email protected]>
            Verschickt: Fr, 16 Aug 2013 2:04 pm
            Betreff: Re: [qooxdoo-devel] qooxdoo/silenium exception:            
unknown command: 'qxClick'
            
            
              
 
                
On 08/15/2013 05:07 PM, [email protected]                  wrote:
                
                
                      
 Hello,
                        
                        I am doing the qooxdoo tutorial, which can be           
             found in the qooxdoo-manual (qooxdoo                        
Documentation Release 3.0). Right now, I am                        implementing 
the tutorial program demonstrating                        the automated test 
capabilities (file                        Settings.js, pages: 4.7.9 Tutorial 
Part 4.4.1:                        Automated UI Testing). Up to this chapter, I 
                       succesfully implemented all examples in chapter          
              4.7.
                      
                      
 
                        For the automated UI test, qooxdoo posts the            
            following error:
                        
                        "JavaException:                        
com.thoughtworks.selenium.SeleniumException:                        ERROR: 
Unknown command: 'qxClick'"
                      
                    
                
                Did you start the selenium server with the qooxdoo              
  user-extensions.js (that's where 'qxClick' is                defined')?! The 
command line should looks somewhat like
                
                  java -jar selenium-server-standalone-2.33.0.jar               
 
-userExtensions<QOOXDOO_PATH>/component/simulator/tool/user-extensions/user-extensions.js
              
            
          
        
    
  

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

 
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to