Skip to content

Commit

Permalink
docs: Adds description how to correct add chrome-web-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
verhagen committed Oct 7, 2015
1 parent 3653885 commit 6148fe2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions serenity-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
<profiles>
<profile>
<id>firefox</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<webdriver.driver>firefox</webdriver.driver>
</properties>
Expand All @@ -107,7 +104,13 @@
<id>chrome</id>
<properties>
<webdriver.driver>chrome</webdriver.driver>
<!-- Add the property 'webdriver.chrome.driver' as shown below to this profile. -->
<!-- Correct the value, so it contains the path to the location where the chromedriver -->
<!-- is installed. Or add this property key and related value to the 'settings.xml'. -->
<!-- See also the README.md -->
<!--
<webdriver.chrome.driver>/path-to/chromedriver</webdriver.chrome.driver>
-->
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 6148fe2

Please sign in to comment.