dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

It does not seem to work with a remote hub/node setup #11

Closed yuriw closed 10 years ago

dzharii commented 11 years ago

I’d be happy if you provide more details on this.
Was Remote Hub started on this machine or on local one? What do you see when you open Remote Hub Url in browser from client machine?
What happens when you press “Test” button near Hub Url?
I can be also firewall issues, so it would be a great test if you turn off Firewall on client and server machine, or add rules for Selenium Hub port.

yuriw commented 11 years ago

I used this Grid - http://XXXXXX:4444 and was able to connect to it, but any other actions would crash the SWD application

dzharii commented 11 years ago

Thanks @yuriw,

I definitely need to do more testing on real remote grid/hub and add better error handling for such cases.

yuriw commented 11 years ago

Sure, you can use mu hub for now, ping me if it down via email and I will make it available to you.

dzharii commented 11 years ago

@yuriw, thanks. I have reproduced the problem on my local hub. Yes, it looks like some timeout issue. Sometimes the error message is thrown, sometimes -- not. I am investigating this