Hi Lee,
can you please try the following code.
tellurium = new TelluriumEasybTestCase();
tellurium.setCustomConfig(true, 5555, "*iexplore", true, null)
tellurium.start();
tellurium.connectUrl("http://www.google.com");
and let me know if you are still getting a JavaScript error.
Thanks
Haroon
On 4 April 2011 20:33, Lee Roden <[email protected]> wrote:
> As soon as the Tellurium log window opens I am getting Javascript
> errors when trying to run my tests using Internet Explorer v8. Is
> there something I have to do to get Tellurium to run using Internet
> Explorer v8.
>
>
> tellurium = new TelluriumEasybTestCase();
> tellurium.setCustomConfig(true, 5555, "iexplore", true,
> null,)
> tellurium.start();
> tellurium.connectSeleniumServer();
> tellurium.connectUrl("http://www.google.com");
>
>
> I see this error in the firebug-lite console.
>
> 'TelluriumCommandExecutor' is undefined (tellurium.js,193)"
>
> --
> You received this message because you are subscribed to the Google Groups
> "tellurium-users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/tellurium-users?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en.