This repository was archived by the owner on Dec 21, 2024. It is now read-only.
This repository was archived by the owner on Dec 21, 2024. It is now read-only.
Browser Automation tutorial has deprecated libraries #1002
Open
Description
👓 What did you see?
I am trying to follow the Browser Automation tutorial, but if I try to follow the example, when I create the StepDefinitions file, it is not possible to use many libraries.
I searched new versions of dependencies to see if there was some way to solve it, but I couldn't. I added these:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.22.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>4.6.0</version>
</dependency>
✅ What did you expect to see?
I was expecting to be able to test the example.
📦 Which tool/library version are you using?
node v20.14.0
🔬 How could we reproduce it?
No response
📚 Any additional context?
No response
Metadata
Metadata
Assignees
Labels
No labels