File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
examples/dotnet/SeleniumDocs
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
<ItemGroup >
9
9
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
10
10
<PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.7.1" />
11
- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.1 " />
12
- <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.1 " />
11
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.5.2 " />
12
+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.5.2 " />
13
13
<PackageReference Include =" Selenium.Support" Version =" 4.23.0" />
14
14
<PackageReference Include =" Selenium.WebDriver" Version =" 4.23.0" />
15
15
</ItemGroup >
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 dependencies in the project's ` pom.xml ` file:
29
29
30
- {{< gh-codeblock path="examples/java/pom.xml#L29-L33 " >}}
30
+ {{< gh-codeblock path="examples/java/pom.xml#L30-L34 " >}}
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 dependencies in the project's ` pom.xml ` file:
27
27
28
- {{< gh-codeblock path="examples/java/pom.xml#L29-L33 " >}}
28
+ {{< gh-codeblock path="examples/java/pom.xml#L30-L34 " >}}
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#L29-L33 " >}}
30
+ {{< gh-codeblock path="examples/java/pom.xml#L30-L34 " >}}
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#L29-L33 " >}}
28
+ {{< gh-codeblock path="examples/java/pom.xml#L30-L34 " >}}
29
29
30
30
### Gradle
31
31
具体的依赖位于项目中的 ` build.gradle ` 文件中的 ` testImplementation ` :
You can’t perform that action at this time.
0 commit comments