From c75159214d9f707e2a8e45050c1f7e0d3fd01151 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Tue, 12 Nov 2024 08:30:20 +0100 Subject: [PATCH] is this the last IE piece in the code? --- src/test/java/org/htmlunit/ExternalTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/java/org/htmlunit/ExternalTest.java b/src/test/java/org/htmlunit/ExternalTest.java index 092a8d4c98..c7955f9618 100644 --- a/src/test/java/org/htmlunit/ExternalTest.java +++ b/src/test/java/org/htmlunit/ExternalTest.java @@ -65,9 +65,6 @@ public class ExternalTest { static String GECKO_DRIVER_ = "0.35.0"; static String GECKO_DRIVER_URL_ = "https://github.com/mozilla/geckodriver/releases/latest"; - /** IE driver. */ - static String IE_DRIVER_ = "3.150.1.0"; - /** * Tests the current environment matches the expected setup. * @throws Exception if an error occurs