0

The links at https://www.seleniumhq.org/download/ appear broken, and the other location I found

http://selenium-release.storage.googleapis.com/index.html

is put in the blockedlist.

Does anyone have alternative please?

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
Heinz
  • 913
  • 4
  • 12
  • 22

1 Answers1

0

Alternative location to download IEDriverServer is: IE WebDriver Tool for Internet Explorer 11


Update

So now we have a official confirmation, there are no other alternatives to download IEDriverServer.

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
  • 1
    The linked component is the long-deprecated Microsoft IE implementation for WebDriver. It was abandoned before being completed, and is not supported in any way. When downloading this, you will not receive a copy of `IEDriverServer.exe` – JimEvans Jan 15 '19 at 23:58
  • 1
    @JimEvans thank you for the answer! So IE is completely out of the picture? – Heinz Jan 16 '19 at 16:37
  • 1
    @Heinz Not at all. Just that Microsoft’s driver for IE is not complete, and never will be. They abandoned their IE implementation in favor of their Edge implementation. The Selenium project’s IE driver is still under active development. This is the driver you’re attempting to download but is blocked for you for reasons I do not understand. – JimEvans Jan 17 '19 at 00:42