π 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
π 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:
β 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