Excited to announce that on Friday, we added support for Windows 8.1 and IE 11 to the Sauce cloud! To get started testing, sign up for a free account or, if you're already a Sauce user, follow the steps below.
If you're doing Selenium testing and need to support this, visit our browsers and platforms page and copy and paste the DesiredCapabilities. In Python, it will look like this:
caps = webdriver.DesiredCapabilities.INTERNETEXPLORER caps['platform'] = "WIN8.1" caps['version'] = "11"
If you're doing manual testing, simply spin up a manual session and pick Windows 8.1 and IE11. A pristine VM will then be spun up for you to interactively test your site with. Happy Testing!