Hello,

> QUESTIONS:
> (1)  Can WWW::Selenium::Server be used as a replacement for
> selenium_server.py?  If so, are there any configuration issues

  I think so. However the code that does the reverse-proxy
is very primitive. Works in my case, but it might have bugs.
Also: at the moment WWW::Selenium::Server must be started as

selenium_server.pl <local_address> <remote_site>

for example

selenium_server.pl http://localhost:1234/ http://www.google.com/

I plan to make it (optionally) work exactly as selenium_server.py,
but this is not done yet. it should only be a matter of changing
the application start URL in your test script(s).

Regards
Mattia


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to