[wtr-general] Re: Are there IE Settings that can cause Watir to fail?

2009-04-08 Thread Tiffany Fodor
Hi Andrew! Could you please provide a sample of your code and the error you're getting? Thanks! -Tiffany On Apr 8, 12:10 pm, andrew.d...@lthree.com wrote: I am installing on a new machine, and watir fails searcing for its first element (a frame in this case). The exact code works on many

[wtr-general] Re: Are there IE Settings that can cause Watir to fail?

2009-04-08 Thread andrew . dahl
Here is a code snippet. logon_page.top_frame.contains_text('some text').should_not be_nil in logon_page.rb I have def logon_frame @browser.frame(:id, 'top_frame') end alias :top_frame :logon_frame and I gaurantee that there is a frame with id = 'top_frame' Fails with

[wtr-general] Re: Are there IE Settings that can cause Watir to fail?

2009-04-08 Thread Chuck van der Linden
What OS are you on? is there more than one open IE window on your system or does a second window open when you run the tests? Environments with 'high security' browser stipulations (vista, server 2008) will not allow a browser to have sessions open within it from different security zones. I