I'm overdue in recompiling and testing the standalone version to use the 0.5 Selenium _javascript_ engine.
If you don't need to compile down to a single exe with a self-installer.... You can try this:
1) Use subversion to export:
/tags/RELEASE_0_5_0/python/twisted/src/
and
/tags/RELEASE_0_5_0/code/_javascript_/
2) Copy the contents of the /_javascript_ directory to /tags/RELEASE_0_5_0/python/twisted/src/selenium/selenium_driver/
(Copy the all the contents of the _javascript_ directory, not the directory itself... so TestRunner.html would be available as selenium_driver/TestRunner.html, not selenium_driver/_javascript_/TestRunner.html)
3) At a command prompt:
a) change directory to tags/RELEASE_0_5_0/python/twisted/src/selenium/
b) run:
python selenium_server.py
Yup, this needs to be automated. :-)
I can't guarantee that this will work perfectly... so if you get errors, let me know. Unless I find them first. :-)
Jason R. Huggins
Senior Developer - ThoughtWorks, Inc.
selenium.thoughtworks.com
[EMAIL PROTECTED] wrote on 06/29/2005 09:36:42 AM:
> Just as a follow-up, is
> anyone actually using XP pro SP2 + selenium server 0.3.0 + IE6 + ruby
> to drive their web testing? If not, can anyone suggest an alternate
> configuration of testing web applications remotely from the XP+IE setup?
>
> thanks again,
> Tony Semana
_______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
