This commit is contained in:
Guillem Hernandez Sola
2026-04-23 12:45:01 +02:00
parent 797fa4b66f
commit 818ea0622f
26 changed files with 356 additions and 59 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.agile611.trainings.webdriver</groupId>
<artifactId>cursoSeleniumWebdriver</artifactId>
<version>19.08.15</version>
<version>26.04.23</version>
<build>
<plugins>
<plugin>
@@ -60,5 +60,10 @@
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>net.lightbody.bmp</groupId>
<artifactId>browsermob-core</artifactId>
<version>2.1.5</version>
</dependency>
</dependencies>
</project>