Registry / testing / selenium-ie-driver

selenium-ie-driver

JSON →
library4.44.0javamavenunverified

A Selenium WebDriver implementation that automates the Internet Explorer browser.

<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-ie-driver</artifactId> <version>4.44.0</version> </dependency>
INSTALL
IMPORT
SIG · SELENIUM-IE-DRIVER
S
selenium-ie-driver
testingjavav4.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InternetExplorerDriver
org.openqa.selenium.ie.InternetExplorerDriver

Minimal example showing how to create an InternetExplorerDriver and navigate to a URL.

import org.openqa.selenium.ie.InternetExplorerDriver; public class Example { public static void main(String[] args) { InternetExplorerDriver driver = new InternetExplorerDriver(); driver.get("https://example.com"); System.out.println(driver.getTitle()); driver.quit(); } }
Debug
Known issues
gotchaInternet Explorer Driver requires specific IE configuration and may not work with newer Windows versions.
fix
Ensure Protected Mode settings are consistent across all zones and the browser zoom is set to 100%.
affects: >=4.0.0
Upgrade
Version history
4.44.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
selenium-ie-driver — mvn dependency:get selenium-ie-driver · libregistry