Much better. Thanks,
-=michael=- -- Michael Kelly Sr. Software Engineer Eleven Wireless Inc. - The Possibilities are Wireless http://www.elevenwireless.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Williams Sent: Wednesday, July 06, 2005 12:33 AM To: [email protected] Subject: [Selenium-users] Re: "Driven" mode not working in Selenium-0.5 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 _______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
