From: Joel Pearson Date: 2012-12-04T21:25:47+09:00 Subject: Re: Simple script not working Prog Rammer wrote in post #1087069: >> You may also fall victim of a connection count restriction as is >> usually present in client Windows systems. >> > But I am opening only 5 browsers at a time. How many browsers can you use like this before you experience the error? If it's consistent then as Robert said, it might well be the connection count. Don't forget you may have other processes running which can all add up. With regard to the browser closing, it's more of a direction to look in than a specific pointer... try closing the browser manually during execution and see if the error is exactly the same. You could also add a rescue and log to see whether every subsequent browser window experiences the same error. -- Posted via http://www.ruby-forum.com/.