Yes, that is right.
The error (unknown command "qxClick") is shown in the console where I start
selenium. The error is also shown in the console where I run generate.py
simulation-run as
>>> ERROR tweets.simulation.Settings:testChangeLanguage
>>> JavaException: com.thoughtworks.selenium.SeleniumException: ERROR:
>>> Unkown command: 'qxClick'
When running "generate.py simulation-run" the displayed url is:
>>> application unter test: http://localhost:8000/tweets/build/index.html
The two relevant lines in my config.json file are
"simulator.autHost" : "http://localhost:8000",
"simulator.autPath" : "/tweets/build/index.html"
regards,
Lars
-----Ursprüngliche Mitteilung-----
Von: thron7 <[email protected]>
An: qooxdoo Development <[email protected]>
Verschickt: Mo, 19 Aug 2013 10:39 am
Betreff: Re: [qooxdoo-devel] qooxdoo/silenium exception: unknown command:
'qxClick'
On 08/19/2013 10:10 AM, [email protected] wrote:
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 -
-------------------------------------------------
For one thing, the initial issue that you reported ('unknown command
"qxClick"') has nothing to do with the web server serving the app you want
to test. Rather, it's an error in the Selenium RC server. You should get
this message in the console where you started Selenium RC ("java ...
selenium-server-standalone ..."). Is that right?
The messages above you can ignore. They are about a "favicon.ico" file
that the browser tries to retrieve, to show it as an icon for the web site.
These icons are requested by the browser, and have nothing to do with the
specific page you are loading.
But if you are running your app through the Generator source-server make
sure that the URL that it prints on the console on startup is the same as
the one you have configured in config.json
("simulation-run/environment/simulator.autHost" and simulator.autPath).
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.
Depends on how you start it. If you start it with 'python -m
SimpleHTTPServer' you will see those error messages. If you use 'generate.py
source-server', those messages are filtered out.
T.
------------------------------------------------------------------------------
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