diff --git a/build.gradle b/build.gradle
index ee30b30c6d86a9376175bf7539902b3519095a08..b7f181c4ded072af630dfb0a412d408578349917 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,12 @@ dependencies {
     annotationProcessor 'org.projectlombok:lombok'
     testImplementation 'org.springframework.boot:spring-boot-starter-test'
     testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
-    implementation 'org.seleniumhq.selenium:selenium-java:4.8.0'
+    //implementation 'org.seleniumhq.selenium:selenium-java:4.8.0'
+
+    testImplementation("io.github.bonigarcia:webdrivermanager:5.2.0")
+	testImplementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.32'
+	testImplementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.1.0'
+
 }
 
 tasks.named('test') {
diff --git a/src/main/resources/static/html/login.html b/src/main/resources/static/html/login.html
index 7041c195c10ba0e390228c2625201ff9d9f03726..4480fc841b2b117d607fb618213390f495d0b4cb 100644
--- a/src/main/resources/static/html/login.html
+++ b/src/main/resources/static/html/login.html
@@ -56,7 +56,7 @@
           </tr>
         </table>
       </div>
-      <button type="submit"
+      <button type="submit"  name="loginButton"
               class="w-full bg-purple-500 text-white py-2 rounded-md hover:bg-purple-600 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:ring-opacity-50"
       >Login</button>
     </div>