Search code examples
seleniumtestingselenium-webdriverautomated-testsselenium-grid

Selenium hub with internet explorer node


Is possible to use selenium hub with internet explorer node?

I can use Selenium hub with Firefox and Chrome node using docker and kubernetes with the images on https://hub.docker.com/u/selenium. But in Selenium's docker hub don't has internet explorer image. Have another way to do that (using docker and kubernetes)?


Solution

  • The answer is unfortunately not. See Is it possible to dockerize Internet Explorer?. Docker doesn't want to support a browser that does not have a headless mode.