--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
The file is present in my jar.
I'm using JDK5 on Windows Vista.
Looking at the stacktrace, the problem appears to be that we're unable
to load the "injectableSelenium.js" file as a resource from the
CLASSPATH. The two obvious causes are that the file is missing (which
isn't the case) or that the path we're loading from doesn't work for
whichever JRE you're using. The webdriver code has been tested on
Sun's 1.6 JRE and the OS X JRE on Leopard and Snow Leopard, but it's
possible that there's wonkiness caused by a different JRE.
Simon
Same as webdriver has been tested on. Weird...
If you are using maven, I would check your repo again and make sure it
is listed.
As far as my issue, this is a problem with the maven version of the
build I assume. Is there somewhere that I can file this as a bug for
the team managing the maven side of things or should I just file it
here?
Thanks,
Andrew
PS Sorry, I don't mean to hijack your topic here, it just happened to
be the exact problem I was having...
Regards,
Simon
Regards,
Simon
I've resolved this when added this dependency in pom.xml:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>2.0a1</version>
</dependency>
Hope it helps.
On 31 дек 2009, 05:08, Michael Tamm <michael.ta...@googlemail.com>
wrote:
> Which dependencies to selemnium do you have in your pom.xml?
>
> 2009/12/19 Andrew Hushbeck <triskadecapho...@gmail.com>
> > webdriver+...@googlegroups.com<webdriver%2Bunsu...@googlegroups.com>
> > .
> > > > >> > For more options, visit this group athttp://
> > groups.google.com/group/webdriver?hl=en.
>
> > > > > --
>
> > > > > You received this message because you are subscribed to the Google
> > Groups "webdriver" group.
> > > > > To post to this group, send email to webd...@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > webdriver+...@googlegroups.com<webdriver%2Bunsu...@googlegroups.com>
> > .
> > > > > For more options, visit this group athttp://
> > groups.google.com/group/webdriver?hl=en.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "webdriver" group.
> > To post to this group, send email to webd...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > webdriver+...@googlegroups.com<webdriver%2Bunsu...@googlegroups.com>