Skip to content

Commit affccfb

Browse files
Merge pull request #73 from aquality-automation/libraries/update-to-selenium-4.7.2
Update package references to Selenium 4.7.2
2 parents 02a0ed6 + 14a8081 commit affccfb

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2020 Aquality Automation
189+
Copyright 2023 Aquality Automation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
### Overview
88

99
This package is a library with core functions simplifying work with Selenium-controlled applications.
10+
The package is not intended to be used directly, please refer to one of sibling libraries instead: Aquality Selenium, Aquality Appium Mobile.
11+
12+
### License
13+
Library's source code is made available under the [Apache 2.0 license](https://github.com/aquality-automation/aquality-selenium-core-java/blob/master/LICENSE).

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
inputs:
7474
script: |
7575
echo "Installing Appium Windows Driver"
76-
appium driver install windows
76+
appium driver install --source=npm appium-windows-driver
7777
appium driver list
7878
echo "Appium Windows Driver installed"
7979

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.aquality-automation</groupId>
88
<artifactId>aquality-selenium-core</artifactId>
9-
<version>2.0.3</version>
9+
<version>2.0.5</version>
1010

1111
<packaging>jar</packaging>
1212
<name>Aquality Selenium Core</name>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>org.apache.logging.log4j</groupId>
8888
<artifactId>log4j</artifactId>
89-
<version>2.18.0</version>
89+
<version>2.19.0</version>
9090
<type>pom</type>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.apache.logging.log4j</groupId>
9494
<artifactId>log4j-api</artifactId>
95-
<version>2.18.0</version>
95+
<version>2.19.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.testng</groupId>
@@ -114,29 +114,29 @@
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.core</groupId>
116116
<artifactId>jackson-databind</artifactId>
117-
<version>2.13.4</version>
117+
<version>2.14.1</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.seleniumhq.selenium</groupId>
121121
<artifactId>selenium-java</artifactId>
122-
<version>4.4.0</version>
122+
<version>4.7.2</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>io.github.bonigarcia</groupId>
126126
<artifactId>webdrivermanager</artifactId>
127-
<version>5.3.0</version>
127+
<version>5.3.1</version>
128128
<scope>test</scope>
129129
</dependency>
130130
<dependency>
131131
<groupId>io.appium</groupId>
132132
<artifactId>java-client</artifactId>
133-
<version>8.1.1</version>
133+
<version>8.3.0</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.apache.logging.log4j</groupId>
138138
<artifactId>log4j-core</artifactId>
139-
<version>2.18.0</version>
139+
<version>2.19.0</version>
140140
</dependency>
141141
</dependencies>
142142

src/main/java/aquality/selenium/core/configurations/ITimeoutConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public interface ITimeoutConfiguration {
99

1010
/**
11-
* Gets WedDriver ImplicitWait timeout.
11+
* Gets WebDriver ImplicitWait timeout.
1212
*
1313
* @return ImplicitWait timeout.
1414
*/

src/main/resources/localization/core.be.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"loc.get.text": "Атрымліваем тэкст элемента",
66
"loc.text.value": "Тэкст элемента: [%1$s]",
77
"loc.text.sending.keys": "Націскаем клавішы '%1$s'",
8-
"loc.no.elements.found.in.state": "Не знайшлі элементаў па лакатару '%1$s' у %2$s стане",
9-
"loc.no.elements.found.by.locator": "Не знайшлі элементаў па лакатару '%1$s'",
10-
"loc.elements.were.found.but.not.in.state": "Знайшлі элементы па лакатару '%1$s', але яны не ў жаданым стане %2$s",
11-
"loc.elements.found.but.should.not": "Не павінна быць знойдзена элементаў па лакатару '%1$s' у %2$s стане",
12-
"loc.search.of.elements.failed": "Пошук элемента па лакатару '%1$s' прайшоў няўдала",
8+
"loc.no.elements.found.in.state": "Не знайшлі элементаў па лакатары '%1$s' у %2$s стане",
9+
"loc.no.elements.found.by.locator": "Не знайшлі элементаў па лакатары '%1$s'",
10+
"loc.elements.were.found.but.not.in.state": "Знайшлі элементы па лакатары '%1$s', але яны не ў жаданым стане %2$s",
11+
"loc.elements.found.but.should.not": "Не павінна быць знойдзена элементаў па лакатары '%1$s' у %2$s стане",
12+
"loc.search.of.elements.failed": "Пошук элемента па лакатары '%1$s' прайшоў няўдала",
1313
"loc.wait.for.state": "Чакаем, пакуль элемент будзе %1$s",
1414
"loc.wait.for.state.failed": "Элемент не стаў %1$s па заканчэнні часу чакання",
1515
"loc.el.state.displayed": "бачны",

src/main/resources/localization/core.pl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"loc.text.value": "Tekst elementu: [%1$s]",
77
"loc.text.sending.keys": "Naciskamy klawisze '%1$s'",
88
"loc.no.elements.found.in.state": "Nie znaleziono elementów przez lokalizator '%1$s' w stanie %2$s",
9-
"loc.no.elements.found.by.locator": "Nie znaleziono elementów przez lokalizator'%1$s'",
9+
"loc.no.elements.found.by.locator": "Nie znaleziono elementów przez lokalizator '%1$s'",
1010
"loc.elements.were.found.but.not.in.state": "Elementy zostały znalezione przez lokalizator '%1$s', ale nie w żądanym stanie %2$s",
1111
"loc.elements.found.but.should.not": "Nie powinno było się znaleźć żadnych elementów przez lokalizator '%1$s' w stanie %2$s",
1212
"loc.search.of.elements.failed": "Wyszukiwanie elementu przez lokalizator '%1$s' nie powiodło się",

0 commit comments

Comments
 (0)