Remove Internet Explorer from supported web drivers (#29918)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-06-17 17:48:58 +02:00 committed by GitHub
parent 66dd9e65b9
commit 08c3bb83f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,11 +139,6 @@
<artifactId>selenium-firefox-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-ie-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-edge-driver</artifactId>