I just downloaded Selenium (0.6.0) to my Mac (10.4) and tried to use Ruby (1.8.2) to write driven tests. However, when I first fired up my test, nothing seemed to happen. My browser would open, record the open command, the page would load, but that was it. I poked around in the source a bit and found that isNewPageLoaded was never returning true so nothing was ever happening past the first command. As a sanity check, I just changed isNewPageLoaded to always return true. After that point, all of my tests worked beautifully. I never encountered a scenario in which the page WASN'T loaded, I assume, because I was just testing local static pages. I have not tried other languages, nor have I tried other platforms yet to see if I can pinpoint where things are going wrong.
Any ideas? Thanks, Anthony _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users