From: Stephane Elie Date: 2006-09-29T21:31:41+09:00 Subject: Re: Search string in HTML file > require 'open-uri' > require'watir' > require 'fileutils' > require 'net/http' Madu, The error you have is coming out of Watir which unfortunately I have no experience with. For the code sample you posted, you only need to include open-uri. watir, fileutils and net/http are unused by your code sample. As Jean proposed, I suggest you debug your application by breaking it in smaller pieces. Stephane -- Posted via http://www.ruby-forum.com/.