I may have seen this problem before.

Are you saying that the test that normally runs in the bottom frame is 
taking over the entire window so that now you can no longer see the tests 
and the results in the top frames?  I think I may have seen that when the 
page you are tring to test does something like  a target="_top" in a link.
http://www.htmlcodetutorial.com/linking/_A_TARGET_95y116y111y112y.html

This is just a guess... Could you check the page you are testing and see 
if the link that got you to the page has that kind of a target specified. 
I am new to Selenium, so maybe one of those here with more experience with 
Selenium can give you more details.  Even if I'm right, I have no idea how 
you could fix this short of changing the target in the link...

Eric Starr

Jay Wrote: 
>I just started using selenium yesterday and I'm very
>excited about it. However, I've run into a problem
>that stopped me in my tracks. I've created a simple
>open/verifyTextPresent test for a site, but when i run
>it I get redirected to the page I'm trying to test.
>This test works fine on my other sites, but I have no
>idea why this happens on this site. Has anyone seen
>this before?

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to