That being said, Michael Tamm (maintainer of the maven stuff for
selenium) just floated the idea the other day to include chrome in a
jar. But I don't expect that for rc3. Plus I think this all becomes
moot when the general release becomes version 12 for chrome.
-Luke
> --
> 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
> .
>
Simon
How to go about with Mac ? - where or how to get equivalent chromedriver.dmg for mac ?Sorry I am new to mac testing !!
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To view this discussion on the web visit https://groups.google.com/d/msg/webdriver/-/kyxCMWM0L7oJ.
If consistency between machines is important, have you considered
using something like puppet, chef or whatever the Windows equivalent
is? I've had a lot of good experiences with checking binaries like
this into a "tools" project stored under source control, which is
another approach you might think about. I also know that the chrome
team would love it if more people were using the chromedriver.
I know that's not ideal, but integrating the chromedriver update into
your normal machine configs and update procedures is a relatively easy
way of going about keeping up to date (particularly if you have a
corp-controlled chrome version too)
FWIW, the chromedriver binary is vendor supported. I know from
conversations with the guys working on it that there's been a real
effort put into making updates easier, but so far without much luck.
If it's a feature that's important to you, then the correct place to
raise a feature request is with the chromium project.
Regards,
Simon
> --
> You received this message because you are subscribed to the Google Groups
> "webdriver" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/webdriver/-/WsvmG7mHSBMJ.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver.
For more options, visit https://groups.google.com/d/optout.
java -jar selenium-server-standalone-2.45.0.jar -role node -port <node-port> -hub http://<hub-address>:<hub-port>/grid/register -browser browserName=<browser-name>, version=<browser-version>,maxInstances=<max-instances>,platform=<platform> -maxSession <max-sessions> -timeout <seconds>
java -jar selenium-server-standalone-2.45.0.jar -role node -port <node-port> -hub http://<hub-address>:<hub-port>/grid/register -browser browserName=<browser-name>, version=<browser-version>,maxInstances=<max-instances>,platform=<platform> -maxSession <max-sessions> -Dwebdriver.chrome.driver=${remoteChromeDriver} -timeout <seconds>
java -jar selenium-server-standalone-2.45.0.jar -role hub –port 4444
--
You received this message because you are subscribed to a topic in the Google Groups "webdriver" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/webdriver/nmdZIJzMYhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to webdriver+...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "webdriver" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/webdriver/nmdZIJzMYhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at https://groups.google.com/group/webdriver.