Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.
This repository was archived by the owner on May 17, 2026. It is now read-only.

Browser Automation tutorial has deprecated libraries #1002

Description

@nicobonder

👓 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions