Skip to content

Commit b55fc89

Browse files
authored
Update to Selenium 4.28.1 +semver:feature (#149)
1 parent 4dcec7b commit b55fc89

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

LICENSE

+1-1
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 2024 Aquality Automation
189+
Copyright 2025 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.

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.github.aquality-automation</groupId>
8484
<artifactId>aquality-selenium-core</artifactId>
85-
<version>4.3.0</version>
85+
<version>4.5.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.apache.commons</groupId>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.testng</groupId>
111111
<artifactId>testng</artifactId>
112-
<version>7.10.2</version>
112+
<version>7.11.0</version>
113113
<scope>test</scope>
114114
</dependency>
115115
</dependencies>
@@ -171,7 +171,7 @@
171171
<executions>
172172
<execution>
173173
<goals>
174-
<goal>attached</goal>
174+
<goal>single</goal>
175175
</goals>
176176
<phase>package</phase>
177177
<configuration>

src/test/java/tests/usecases/devtools/DeviceEmulationTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import aquality.selenium.browser.AqualityServices;
44
import aquality.selenium.browser.devtools.EmulationHandling;
55
import com.google.common.collect.ImmutableMap;
6-
import org.openqa.selenium.devtools.v131.emulation.Emulation;
7-
import org.openqa.selenium.devtools.v131.emulation.model.DisplayFeature;
6+
import org.openqa.selenium.devtools.v132.emulation.Emulation;
7+
import org.openqa.selenium.devtools.v132.emulation.model.DisplayFeature;
88
import org.testng.Assert;
99
import org.testng.annotations.BeforeMethod;
1010
import org.testng.annotations.Test;

src/test/java/tests/usecases/devtools/NetworkSpeedEmulationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import aquality.selenium.browser.AqualityServices;
44
import org.openqa.selenium.TimeoutException;
5-
import org.openqa.selenium.devtools.v131.network.model.ConnectionType;
5+
import org.openqa.selenium.devtools.v132.network.model.ConnectionType;
66
import org.testng.Assert;
77
import org.testng.annotations.Test;
88
import tests.BaseTest;

src/test/java/tests/usecases/devtools/OverrideUserAgentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import manytools.BrowserLanguageForm;
99
import manytools.UserAgentForm;
1010
import org.openqa.selenium.devtools.idealized.Network;
11-
import org.openqa.selenium.devtools.v131.emulation.Emulation;
11+
import org.openqa.selenium.devtools.v132.emulation.Emulation;
1212
import org.testng.Assert;
1313
import org.testng.annotations.BeforeMethod;
1414
import org.testng.annotations.Test;

0 commit comments

Comments
 (0)