File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
src/test/java/tests/usecases/devtools Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
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 >
171171 <executions >
172172 <execution >
173173 <goals >
174- <goal >attached </goal >
174+ <goal >single </goal >
175175 </goals >
176176 <phase >package</phase >
177177 <configuration >
Original file line number Diff line number Diff line change 33import aquality .selenium .browser .AqualityServices ;
44import aquality .selenium .browser .devtools .EmulationHandling ;
55import 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 ;
88import org .testng .Assert ;
99import org .testng .annotations .BeforeMethod ;
1010import org .testng .annotations .Test ;
Original file line number Diff line number Diff line change 22
33import aquality .selenium .browser .AqualityServices ;
44import org .openqa .selenium .TimeoutException ;
5- import org .openqa .selenium .devtools .v131 .network .model .ConnectionType ;
5+ import org .openqa .selenium .devtools .v132 .network .model .ConnectionType ;
66import org .testng .Assert ;
77import org .testng .annotations .Test ;
88import tests .BaseTest ;
Original file line number Diff line number Diff line change 88import manytools .BrowserLanguageForm ;
99import manytools .UserAgentForm ;
1010import org .openqa .selenium .devtools .idealized .Network ;
11- import org .openqa .selenium .devtools .v131 .emulation .Emulation ;
11+ import org .openqa .selenium .devtools .v132 .emulation .Emulation ;
1212import org .testng .Assert ;
1313import org .testng .annotations .BeforeMethod ;
1414import org .testng .annotations .Test ;
You can’t perform that action at this time.
0 commit comments