[Wtr-general] FireWatir doesn't ignore if it doesn't exists but Watir does

2007-05-04 Thread Eoin
Hi Folks, I have scripts that use authentication. So when I start my first test, it goes to a login page and once I click the login button, my test runs. Subsequent tests runs without going to the login page as I'm now authorished to run the rest of the scripts. So in my code if the login

Re: [Wtr-general] FireWatir doesn't ignore if it doesn't exists but Watir does

2007-05-04 Thread Bret Pettichord
Eoin wrote: However FireWatir doesn't ignore the login button and bombs out when it sees it. It would help if you showed us the error and the page. However, my guess is that the problem is with the behavior of contains_text. In Watir for IE 1.4 this did not include the title. In Watir for