On Wed, July 6, 2005 17:05, Mike Williams said:

> Several of you have reported problems running Selenium-0.5 in driven mode
> - indeed, it appears to be generally broken.  The problem is in the core
> JavaScript code, not in the language-specific drivers.

Anyone who's having this problem, please try the following: in
SeleneseRunner, find the line that says

    browserbot = new BrowserBot(testAppFrame);

and change it to

  browserbot = createBrowserBot(testAppFrame);

Does that help?

-- 
cheers, Mike


_______________________________________________
Selenium-users mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to