--
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.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
there's no reason to worry about time this and next week, my access to
Solaris machine is still pending because the responsible guy is on
vacation.
He's returning in the beginning of the next week, so I can't start
taking installation notes and making any progress anyway.
Karel
> For more options, visit this group at
> http://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
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
I tried to install xpi distributed within selenium-java-2.0a5.jar.
I got what I expected:
"Firefox WebDriver" could not be installed because it is not compatible
with your Firefox build type (SunOS_x86-sunc). Please contact the author
of this item about the problem.
I tried this on Solaris 10 with Firefox 3.6.6. Despite you suggested it
won't help, I tried adding
<em:targetPlatform>SunOS_x86</em:targetPlatform> and cloning Linux
platform directory, still the same incompatibility message.
Karel
BTW:
I was able to install Solaris 10 in VM (lib-virt). It is freely
available to download on Sun/Oracle pages after a registration which I
already had.
Simon
> To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
1/ I tried to add SunOS as targetPlatform for webdriver-extension.xpi in
selenium-java-2.0a5.jar, and webdriver-extension.zip in 2.0a4.jar and
webdriver-firefox-0.9.7376. For all of them, if zip renamed to xpi I was
able to install them as a plugin into Firefox 3.6.6 on Solaris 10.
However, WebDriver fails to add the extension to the profile even if
modified plugin is a part of the jar. I tried to rename
webdriver-extension.zip to xpi as well. The extension is loaded well on
Fedora though.
2/ Once I had profile with WebDriver installed, I tried:
i/ Use webdriver.firefox.profile poiting to the right directory. This
came up with Browser with WebDriver apparently enabled, but it was not
able to fetch the page, it simply hanged up with no message.
ii/ The same result when I created FirefoxProfile myself and added xpi
file to it by calling appropriate API.
See issue #480. This is apparently not Solaris related, because the same
behavior is present on my Fedora machine.
Do you have any idea what should I try next?
Thanks,
Karel
One gotcha that we're running into is the if you have IP6 addresses on
your machine then sometimes the httpclient won't connect properly.
We've added a fix for this to what will become a6, so feel free to
check out the code. You can build it with "./go //firefox" which will
put everything you need under "build/firefox" once it's complete.
Simon