From c282ff790990ec2a704465395a73eed2292e79ff Mon Sep 17 00:00:00 2001 From: molant Date: Mon, 11 Jun 2018 13:17:54 -0700 Subject: [PATCH] New: Microsoft WebDriver installation 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