just a thought, shouldn't at least the element locating problem be possible using dom somehow like (untested)
document.frames["framename"].document ... OTOH, there might be other (and probably are) other problems when using selenium and frames /Simon On 7/27/05, Mike Williams <[EMAIL PROTECTED]> wrote: > Wolter, Johannes - ENCOWAY wrote: > > > I just wrote my first test cases for selenium. I've to test a webapp > > which uses framesets and I'm getting the feeling that selenium isn't > > supporting them. > > Quite correct: there's no support for frames, as yet. Sorry. > > -- > cheers, MikeW http://www.dogbiscuit.org/mdub/ > _______________________________________________ > Selenium-users mailing list > [email protected] > http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users > _______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
