Because of automatic upgrades, our IE 9 users have dropped well below IE 11, 10, and 8. Is there an AMI on EC2 that has a version of IE above 9? We are using the ones from the docs:
Unfortunately I’ve hit a wall with the AMI’s and their network drivers.
The current AMI’s run on server 2003 which doesn’t support anything > IE 9
The new OS’s come with a paravirtual net driver that doesn’t work with dummynet and as soon as dummynet is installed they become unreachable (making it effectively impossible to debug). I haven’t given up entirely but it’s probably going to require a different driver (which I haven’t found), a different way to do the traffic shaping or an updated/fixed dummynet.
Okay, so I created the AMI with IE11 and the box is running, but unfortunately it isn’t checking in with IE. When I remote desktop to the box I can see Chrome start and run tests, but IE 11 never runs. On getTesters.php I see the AMI, but “IE Version” is blank. I updated my locations.ini to include IE 11 on the browser line, but still no dice. Is there something special I need to do to get the agent to check-in?
So this is super interesting. The browser shows up on getLocations.php, but when I try to start a test I get the following error:
The test failed to run.
Invalid Browser Selected: IE 11
This is coming from wptdriver itself, when the _settings.SetBrowser call fails.
I rebuilt the agent (on a small instance instead of a micro) and now I see IE running tests successfully, but even in the test history for those exact tests I see the same error that I pasted above.
I’m running the latest private instance install (2.14) and the agent is version 2.14.0.170 as per getTesters.