File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/test/java/tests/usecases/devtools Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 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.1 .0</version >
85
+ <version >4.2 .0</version >
86
86
</dependency >
87
87
<dependency >
88
88
<groupId >org.apache.commons</groupId >
92
92
<dependency >
93
93
<groupId >com.fasterxml.jackson.core</groupId >
94
94
<artifactId >jackson-databind</artifactId >
95
- <version >2.17.2 </version >
95
+ <version >2.18.0 </version >
96
96
</dependency >
97
97
<dependency >
98
98
<groupId >org.slf4j</groupId >
99
99
<artifactId >slf4j-simple</artifactId >
100
- <version >2.0.13 </version >
100
+ <version >2.0.16 </version >
101
101
<scope >test</scope >
102
102
</dependency >
103
103
<dependency >
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 .v128 .emulation .Emulation ;
7
- import org .openqa .selenium .devtools .v128 .emulation .model .DisplayFeature ;
6
+ import org .openqa .selenium .devtools .v129 .emulation .Emulation ;
7
+ import org .openqa .selenium .devtools .v129 .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 .v128 .network .model .ConnectionType ;
5
+ import org .openqa .selenium .devtools .v129 .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 .v128 .emulation .Emulation ;
11
+ import org .openqa .selenium .devtools .v129 .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