The Modern.ie Virtual Machine Images – VMs used for testing several versions of IE – are now also available as vagrant boxes. Here’s the list:
- XP with IE6:
http://aka.ms/vagrant-xp-ie6
- XP with IE8:
http://aka.ms/vagrant-xp-ie8
- Vista with IE7:
http://aka.ms/vagrant-vista-ie7
- Windows 7 with IE8:
http://aka.ms/vagrant-win7-ie8
- Windows 7 with IE9:
http://aka.ms/vagrant-win7-ie9
- Windows 7 with IE10:
http://aka.ms/vagrant-win7-ie10
- Windows 7 with IE11:
http://aka.ms/vagrant-win7-ie11
- Windows 8 with IE10:
http://aka.ms/vagrant-win8-ie10
- Windows 8.1 with IE11:
http://aka.ms/vagrant-win81-ie11
Use it like one would normally add & init & up a box:
$ vagrant box add {title} {url}
$ vagrant init {title}
$ vagrant up
(src)
Excelent, thx a lot
Excelent.
Any idea on how to provision selenium, chromedriver, java, IESeleniumdriver as a selenium node to these vagrant VMs?
I found this:
https://github.com/double16/ie-selenium
But it seems complex.
Cheers
Robert
Do you happen to have the latest vagrant box for IE edge on Windows 10?