From 2eac845847cac82e0413a68c05ece7204c660d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Molleda?= Date: Fri, 29 Jun 2018 08:44:02 -0700 Subject: [PATCH] New: Microsoft WebDriver installation (#57) It will install https://chocolatey.org/packages/microsoftwebdriver - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: #46 --- dev_web.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev_web.ps1 b/dev_web.ps1 index 5496cc0..03e9a29 100644 --- a/dev_web.ps1 +++ b/dev_web.ps1 @@ -48,6 +48,9 @@ opensuse-42.exe choco install -y googlechrome choco install -y firefox +#--- Microsoft WebDriver --- +choco install -y microsoftwebdriver + #--- Fonts --- choco install -y inconsolata # choco install -y ubuntu.font