File tree 5 files changed +8
-8
lines changed
src/test/java/tests/usecases/devtools
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2024 Aquality Automation
189
+ Copyright 2025 Aquality Automation
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 82
82
<dependency >
83
83
<groupId >com.github.aquality-automation</groupId >
84
84
<artifactId >aquality-selenium-core</artifactId >
85
- <version >4.3 .0</version >
85
+ <version >4.5 .0</version >
86
86
</dependency >
87
87
<dependency >
88
88
<groupId >org.apache.commons</groupId >
109
109
<dependency >
110
110
<groupId >org.testng</groupId >
111
111
<artifactId >testng</artifactId >
112
- <version >7.10.2 </version >
112
+ <version >7.11.0 </version >
113
113
<scope >test</scope >
114
114
</dependency >
115
115
</dependencies >
171
171
<executions >
172
172
<execution >
173
173
<goals >
174
- <goal >attached </goal >
174
+ <goal >single </goal >
175
175
</goals >
176
176
<phase >package</phase >
177
177
<configuration >
Original file line number Diff line number Diff line change 3
3
import aquality .selenium .browser .AqualityServices ;
4
4
import aquality .selenium .browser .devtools .EmulationHandling ;
5
5
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 ;
8
8
import org .testng .Assert ;
9
9
import org .testng .annotations .BeforeMethod ;
10
10
import org .testng .annotations .Test ;
Original file line number Diff line number Diff line change 2
2
3
3
import aquality .selenium .browser .AqualityServices ;
4
4
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 ;
6
6
import org .testng .Assert ;
7
7
import org .testng .annotations .Test ;
8
8
import tests .BaseTest ;
Original file line number Diff line number Diff line change 8
8
import manytools .BrowserLanguageForm ;
9
9
import manytools .UserAgentForm ;
10
10
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 ;
12
12
import org .testng .Assert ;
13
13
import org .testng .annotations .BeforeMethod ;
14
14
import org .testng .annotations .Test ;
You can’t perform that action at this time.
0 commit comments