On 7/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:
This seems to work OK for me. Havn't thouroughly tested yet tho
cheers,
Alex Borshik
CRD Application Developer
| CBEC | Glasgow | CRD Build Team | ( : +44 141 GDP 228 5211 | Ê: +44 141 228 5005 |
pwp
"Mike Williams" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]06/07/2005 08:32
Please respond to selenium-users
To: [email protected]
cc:
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
--
Rex Madden
Director of Technology
Cyrus Innovation
IT Consulting and Agile Software Development
New York City, New York
http://www.cyrusinnovation.com
[EMAIL PROTECTED]
_______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

pwp 