Skip to content

Commit

Permalink
ARQ-291, updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed Sep 17, 2010
1 parent 4e23356 commit fef7e24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/reference/src/main/docbook/en-US/extension_selenium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ public class WorkHardCdiTestCase
and let Selenium use your own implementation, such as modified <literal>DefaultSelenium</literal>.
All you have to do is to implement <literal>org.jboss.arquillian.selenium.spi.Instantiator</literal>
interface and return greater precedence in <literal>getPrecedence()</literal> than zero.
Once you are done, simply register your class via SPI as a implementation of <literal>org.jboss.arquillian.selenium.spi.Instantiator</literal> service.
For instance, we have tried to launch legacy WebDriver and a different Selenium version by a custom instantiator.
Once you are done, simply register your class via SPI as a implementation of <literal>org.jboss.arquillian.selenium.spi.Instantiator</literal> service.
</para>

</sect2>
Expand Down

0 comments on commit fef7e24

Please sign in to comment.