Hello,
I have been playing with Selenium in the last couple of days, but I
don't seem to get the Python client to work. I am afraid this is
probably a very newbie question but I don't seem to be able to find
any resource online with google search.
When running the test_google.py (the one comes with Python client) I
got the following error. The Selenium RC server is running with
default settings and I have firefox/chrome/ie installed on the
machine. I recorded my own simple test from Selenium IDE and see the
same error when running with Python client. (but works from IDE)
Ideas?
Thanks!
-Y
C:\Selenium-python-client-driver-1.0.1>test_google.py
E
======================================================================
ERROR: test_google (__main__.TestGoogle)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Selenium-python-client-driver-1.0.1\test_google.py", line
28, in test
_google
sel.open("
http://www.google.com/webhp")
File "C:\Selenium-python-client-driver-1.0.1\selenium.py", line 764,
in open
self.do_command("open", [url,])
File "C:\Selenium-python-client-driver-1.0.1\selenium.py", line 215,
in do_com
mand
raise Exception, data
Exception: XHR ERROR: URL =
http://www.google.com/webhp Response_Code
= -1 Error
_Message = Request Error
----------------------------------------------------------------------
Ran 1 test in 5.960s
FAILED (errors=1)
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to
seleniu...@googlegroups.com.
To unsubscribe from this group, send email to
selenium-user...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/selenium-users?hl=en.