File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ repositories {
10
10
}
11
11
12
12
dependencies {
13
- testImplementation ' org.seleniumhq.selenium:selenium-java:4.8 .0'
14
- testImplementation ' org.seleniumhq.selenium:selenium-grid:4.8 .0'
13
+ testImplementation ' org.seleniumhq.selenium:selenium-java:4.9 .0'
14
+ testImplementation ' org.seleniumhq.selenium:selenium-grid:4.9 .0'
15
15
testImplementation ' io.github.bonigarcia:webdrivermanager:5.3.2'
16
16
testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
17
17
}
Original file line number Diff line number Diff line change 18
18
<project .reporting.outputEncoding>${project.encoding} </project .reporting.outputEncoding>
19
19
</properties >
20
20
21
- <repositories >
22
- <repository >
23
- <id >sonatype-nexus-snapshots</id >
24
- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
25
- <snapshots >
26
- <enabled >true</enabled >
27
- </snapshots >
28
- </repository >
29
- </repositories >
21
+ <repositories >
22
+ <repository >
23
+ <id >sonatype-nexus-snapshots</id >
24
+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
25
+ <snapshots >
26
+ <enabled >true</enabled >
27
+ </snapshots >
28
+ </repository >
29
+ </repositories >
30
30
31
31
<dependencies >
32
32
<dependency >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Installation of Selenium libraries for Java is accomplished using a build tool.
27
27
### Maven
28
28
Specify the dependency in the project's ` pom.xml ` file:
29
29
30
- {{< gh-codeblock path="examples/java/pom.xml#L22-L26 " >}}
30
+ {{< gh-codeblock path="examples/java/pom.xml#L32-L36 " >}}
31
31
32
32
### Gradle
33
33
Specify the dependency in the project ` build.gradle ` file as ` testImplementation ` :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Installation of Selenium libraries for Java is accomplished using a build tool.
25
25
### Maven
26
26
Specify the dependency in the project's ` pom.xml ` file:
27
27
28
- {{< gh-codeblock path="examples/java/pom.xml#L22-L26 " >}}
28
+ {{< gh-codeblock path="examples/java/pom.xml#L32-L36 " >}}
29
29
30
30
### Gradle
31
31
Specify the dependency in the project ` build.gradle ` file as ` testImplementation ` :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ A instalação da biblioteca Selenium para Java é feita a partir de uma build t
27
27
### Maven
28
28
Especifique a dependência no ` pom.xml ` do seu projeto.
29
29
30
- {{< gh-codeblock path="examples/java/pom.xml#L22-L26 " >}}
30
+ {{< gh-codeblock path="examples/java/pom.xml#L32-L36 " >}}
31
31
32
32
### Gradle
33
33
Especifique a dependência no ` build.gradle ` do seu projeto como ` testImplementation ` :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ aliases: [
25
25
### Maven
26
26
具体的依赖位于项目中的 ` pom.xml ` 文件:
27
27
28
- {{< gh-codeblock path="examples/java/pom.xml#L22-L26 " >}}
28
+ {{< gh-codeblock path="examples/java/pom.xml#L32-L36 " >}}
29
29
30
30
### Gradle
31
31
具体的依赖位于项目中的 ` build.gradle ` 文件中的 ` testImplementation ` :
You can’t perform that action at this time.
0 commit comments