-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error response status: 13 after connect with ie6 #20
Comments
Dup of #13 really. The |
Any help on figuring out where/why the crash is occurring would be very helpful :) |
@admc seen this coming from sauce labs quite a bit. Any insight? |
Yea. There is more info in the error object. The value field I think. The
|
I bet you this is connected to the complexity of the window element. How do you serialize elements before pulling it from Sauce Labs? |
@santiycr We're using our These host objects have already been giving us a wide range of issues with operations that would normally be fine with well-behaving JS objects. No doubt in my mind that some |
@TooTallNate when you see that error 13 stuff, make sure to look at the other properties of the error object as they will have additional information about the error. |
@defunctzombie Cool, will do. Does the 13 error code have any generic meaning in the webdriver protocol? |
Not that I am aware of but I dont know anything about the protocol.
|
Lol, lovely:
From https://code.google.com/p/selenium/wiki/JsonWireProtocol#Response_Status_Codes |
Rofl
|
I noticed that |
@michaelmior For IE6, at least,
|
Correct, I meant to say |
Wouldn't be surprised if from the browser side this just manifests as one Let me know if you need me to help out from the Sauce side to show you guys On Wed, Feb 19, 2014 at 3:51 PM, Michael Mior [email protected]:
|
FWIW, I tried running a loop that just spins.
In this case, I just get |
I kinda feel like this should be handled by saucelabs / the web driver
|
I get the error below consistently. With ie9 I just get "socket disconnected". Both these messages appear after a sizeable delay. Chrome and Firefox seem to work fine.
The text was updated successfully, but these errors were encountered: