Mike Williams wrote:
Not sure: no-one's tried to implement it yet :-)

I've started doing it by myself. The problem I've run into is getting newPageLoaded flag has been set in true. The code responsible for setting it to true (onLoad handler) is never called.
I can't understand why trick in BrowserBot.prototype.callOnWindowPageTransition does not work.
Anonymous function
      if (windowObject && !windowObject.closed) {
            addLoadListener(windowObject, loadFunction);
     }
is called and add Listener.

Have anyone suggestions?

Thank in advance,
Alex Dvoretskiy

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

Reply via email to