Skip to content

Commit 74423b7

Browse files
committed
Update to Selenium 4.8.1
1 parent 83e57d0 commit 74423b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.github.aquality-automation</groupId>
8383
<artifactId>aquality-selenium-core</artifactId>
84-
<version>2.0.5</version>
84+
<version>2.0.6</version>
8585
</dependency>
8686

8787
<dependency>

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

Lines changed: 2 additions & 2 deletions
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.v108.emulation.Emulation;
7-
import org.openqa.selenium.devtools.v108.emulation.model.DisplayFeature;
6+
import org.openqa.selenium.devtools.v110.emulation.Emulation;
7+
import org.openqa.selenium.devtools.v110.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/OverrideUserAgentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import manytools.BrowserLanguageForm;
66
import manytools.UserAgentForm;
77
import org.openqa.selenium.devtools.idealized.Network;
8-
import org.openqa.selenium.devtools.v108.emulation.Emulation;
8+
import org.openqa.selenium.devtools.v110.emulation.Emulation;
99
import org.testng.Assert;
1010
import org.testng.annotations.BeforeMethod;
1111
import org.testng.annotations.Test;

0 commit comments

Comments
 (0)