Skip to content

Commit

Permalink
working on mac + webdriver.
Browse files Browse the repository at this point in the history
  • Loading branch information
freynaud committed May 21, 2012
1 parent 64b0816 commit 2ef9cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/template.xml
Expand Up @@ -3,7 +3,7 @@
thread-count="50" data-provider-thread-count="50">


<parameter name="browserName" value="*firefox" />
<parameter name="browserName" value="chrome" />
<!-- <parameter name="version" value="9.0.100.10" />-->

<!-- version only used for webdriver protocol -->
Expand All @@ -14,7 +14,7 @@


<!-- local grid setup -->
<parameter name="webdriver.chrome.driver" value="/home/freynaud/wrokspace/chromedriver"></parameter>
<parameter name="webdriver.chrome.driver" value="/Users/freynaud/Documents/chromedriver/chromedriver"></parameter>
<!-- <parameter name="url" value="http://localhost:4444/wd/hub"></parameter>-->


Expand Down

0 comments on commit 2ef9cd2

Please sign in to comment.