On 03.10.2012 10:39, Roy de Kleijn wrote:
Hi all,

I'm referring to the Etsy example project. I see in etsy-steps.xml that
the firefox driver is defined.

- In general: is there a place where I can find detailed information
about WebDriver integration?
- How and where can I specify capabilities? (for remote webdriver)
- How can I control the selenium artifacts? How do I update WebDriver?
and what's the deal with fluent selenium ?

I hope that I can get answers on the above three questions.
Roy


the FirefoxWebDriverProvider can be exchanged for the RemoteWebDriverProvider, which supports setting capabilities, but I'm not quite sure how to do that with Spring (you can probably subclass the RemoteDriver and change the initialization, not sure if that is a smart way to do it)
other than the JavaDoc, I don't think there is more documentation available
the selenium version is set in the root pom of jbehave-web-selenium, you can override the version in your own pom ($selenium.version if you are using the archetype) not sure about fluent selenium, this is probably a library to make writing the selenium tests easier.






---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to