Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox SSL #24

Open
Keoven opened this issue Feb 22, 2011 · 0 comments
Open

Firefox SSL #24

Keoven opened this issue Feb 22, 2011 · 0 comments

Comments

@Keoven
Copy link

Keoven commented Feb 22, 2011

Selenium seems to fail, and doesn't wait for confirmation of ssl before proceeding in the test. It gives an error of:

XHR ERROR: URL = http://path
Response_Code = -1 Error_Message = Request Error (Selenium::CommandError)

I worked around this temporarily by doing this:

gems/selenium-client-1.2.18/lib/selenium/client/protocol.rb:13

- raise Selenium::CommandError, response unless status == "OK"    
+ raise Selenium::CommandError, response unless ['OK', 'XH'].include?(status)

Although I would prefer not editing the gem since I don't know the implications of what I might have done by changing that line, so, can anyone shed light as to what I am doing wrong with my set up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant