Any update as to when the new jar will be uploaded to the website?

On Apr 5, 9:42 am, Jian Fang <[email protected]> wrote:
> connectSeleniumServer is required to get the browser session. The problem
> could be
> in the selenium-server.jar.
>
> Ajay, please upload a new version of telluriumworks.
>
> Thanks,
>
> Jian
>
>
>
>
>
>
>
> On Tue, Apr 5, 2011 at 10:39 AM, Lee Roden <[email protected]> wrote:
> > When I remove the tellurium.connectSeleniumServer line the
> > tellurium.connectUrl("http://www.google.com";) no longer works.
> > Instead I get Cannot invoke method open() on null object in the
> > console.
>
> > -Lee
>
> > On Apr 4, 6:08 pm, Haroon Rasheed <[email protected]> wrote:
> > > Did you remove the following line.
> > > tellurium.connectSeleniumServer()
>
> > > Sent from my iPhone
>
> > > On 4 Apr 2011, at 23:27, Lee Roden <[email protected]> wrote:
>
> > > > I tried it with "*iexplore" and I still get the same javascript
> > > > failure.
>
> > > > The following is from my console:
>
> > > > Running translatable text story (TranslatableText.story)
> > > > "Cannot find configuration file: TelluriumConfig.groovy, use default
> > > > values"
> > > > Configure UI Object Builders with default values
> > > > Configure widget modules with default values
> > > > Configure event handler with default values
> > > > Configure data accessor with default values
> > > > Configure dispatcher with default values
> > > > Configure Embedded Selenium Server with default values
> > > > Overwrite Selenium server settings with custom configurations
> > > > Warning: No user-extensions.js
> > > > log4j:WARN No appenders could be found for logger
> > > > (org.openqa.selenium.server.SeleniumServer).
> > > > log4j:WARN Please initialize the log4j system properly.
> > > > Configure Selenium Client with default values
> > > > Overwrite Selenium connector settings with custom configurations
>
> > > > thanks,
>
> > > > Lee
>
> > > > On Apr 4, 5:14 pm, Haroon Rasheed <[email protected]> wrote:
> > > >> 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 athttp://
> > 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.

-- 
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.

Reply via email to