Re: [Wtr-general] Handling Popup

2007-06-26 Thread Chong Jiang
Yes. It doesn't seem to be a runtime error, the ieObj.enabled_popup(10) just returns nil after it timeout's. Chong Do you have this require 'watir/contrib/enabled_popup' in code script? --Mark ___ Wtr-general mailing list

Re: [Wtr-general] frames and url()

2007-06-19 Thread Chong Jiang
Hello all, Sorry, I do not know how to append this message to my previous one in threaded form. The suggestion of using ie.frames(:index, 1).url does not seem to work, as I get an undefined method 'LocationURL' for nil:nilClass, even when ie.frames(:index, 1) exists. I've managed to avoid this

[Wtr-general] frames and url()

2007-06-08 Thread Chong Jiang
Hello, Is there some way to return the url of a frame, for example, ie.frame(:index, 1), so I can navigate to the page with a goto? Thanks in advance, Chong ___ Wtr-general mailing list Wtr-general@rubyforge.org