Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Browser Automation tutorial has deprecated libraries #1002

Open
nicobonder opened this issue Jun 25, 2024 · 1 comment
Open

Browser Automation tutorial has deprecated libraries #1002

nicobonder opened this issue Jun 25, 2024 · 1 comment

Comments

@nicobonder
Copy link

👓 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.
Captura de ecrã 2024-06-25 141353

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

@mpkorstanje
Copy link
Contributor

Screenshots without a written error message are rather hard to understand. Right now it looks like your IDE is unable to download or import the dependencies. So I'm not immediately convinced there is a problem with the documentation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants