Skip to content

Commit beb9358

Browse files
committed
New: Microsoft WebDriver installation
Ref: microsoft#46
1 parent 6fc4d04 commit beb9358

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev_web.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Description: Boxstarter Script
1+
# Description: Boxstarter Script
22
# Author: Microsoft
33
# Common dev settings for web dev
44

@@ -45,6 +45,9 @@ opensuse-42.exe
4545
choco install -y googlechrome
4646
choco install -y firefox
4747

48+
#--- Microsoft WebDriver ---
49+
choco install -y microsoftwebdriver
50+
4851
#--- Fonts ---
4952
choco install -y inconsolata
5053
# choco install -y ubuntu.font

0 commit comments

Comments
 (0)