diff --git a/canopy/canopy.fs b/canopy/canopy.fs index b4d8c18d..051fd23c 100644 --- a/canopy/canopy.fs +++ b/canopy/canopy.fs @@ -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