Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lefthandedgoat/canopy
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Sep 2, 2013
2 parents 6e975b1 + ce2776c commit 2284d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canopy/canopy.fs
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ let start b =
| FirefoxWithProfile profile ->
new OpenQA.Selenium.Firefox.FirefoxDriver(profile) :> IWebDriver
| PhantomJS ->
autoPinBrowserRightOnLaunch <- false
new OpenQA.Selenium.PhantomJS.PhantomJSDriver(phantomJSDir) :> IWebDriver

if autoPinBrowserRightOnLaunch = true then pin Right
Expand Down

0 comments on commit 2284d4f

Please sign in to comment.