From ebab1f258826e40c3122e042c6cc56522aa86940 Mon Sep 17 00:00:00 2001 From: Roar Date: Tue, 24 Feb 2026 14:09:51 +0100 Subject: [PATCH] Updated pom.xml Added selenium as a new dependency. --- helpmehelpapplication/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpmehelpapplication/pom.xml b/helpmehelpapplication/pom.xml index da3d4e2..0ad37a5 100644 --- a/helpmehelpapplication/pom.xml +++ b/helpmehelpapplication/pom.xml @@ -25,6 +25,11 @@ javafx-controls 25.0.1 + + org.seleniumhq.selenium + selenium-java + 4.41.0 +