diff --git a/test/NgSpec.hs b/test/NgSpec.hs
--- a/test/NgSpec.hs
+++ b/test/NgSpec.hs
@@ -5,7 +5,7 @@
 import Test.WebDriver.Commands.Angular
 
 ngSpec :: Spec
-ngSpec = session "Angular webdriver commands" $ using Chrome $ do
+ngSpec = session "Angular webdriver commands" $ using [chromeCaps] $ do
     it "opens the page" $ runWD $ do
         openPage "http://localhost:3456/index.html"
         waitForAngular "body" `shouldReturn` True
diff --git a/webdriver-angular.cabal b/webdriver-angular.cabal
--- a/webdriver-angular.cabal
+++ b/webdriver-angular.cabal
@@ -1,5 +1,5 @@
 name:              webdriver-angular
-version:           0.1.10
+version:           0.1.11
 cabal-version:     >= 1.8
 build-type:        Simple
 synopsis:          Webdriver actions to assist with testing a webpage which uses Angular.Js
@@ -52,11 +52,12 @@
     type:            exitcode-stdio-1.0
     main-is:         main.hs
     hs-source-dirs:  test
+    other-modules: NgSpec
     ghc-options:     -Wall
 
     build-depends: base >= 4 && < 5
                  , hspec >= 1.8
-                 , hspec-webdriver >= 0.2
+                 , hspec-webdriver >= 1.2
                  , transformers
                  , wai-app-static >= 2.0
                  , warp >= 2.0
