ph7 / selenium-client

Official Ruby client API for Selenium Remote Control (bare bone client driver)
http://rubyforge.org/projects/selenium-client/
Apache License 2.0
153 stars 47 forks source link

"ed out after 5000 msec" #11

Closed alexch closed 14 years ago

alexch commented 14 years ago

selenium-client has a bug where if the response doesn't start with "OK" it swallows the first three chars (leading to annoying "ed out after 5000 msec" messages)

I've fixed it on my local machine; I think I'll go make a fork and fix it there. Check http://github.com/alexch/selenium-client and see if I've done it yet :-)

ph7 commented 14 years ago

Hi Alex, thanks for the bug report and the fix. I have merged your patch into master and will release it soon as part of selenium-client 1.2.18. Thanks again!