File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/test/java/tests/usecases/devtools Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >com.github.aquality-automation</groupId >
83
83
<artifactId >aquality-selenium-core</artifactId >
84
- <version >2.0.5 </version >
84
+ <version >2.0.6 </version >
85
85
</dependency >
86
86
87
87
<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 .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 ;
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 5
5
import manytools .BrowserLanguageForm ;
6
6
import manytools .UserAgentForm ;
7
7
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 ;
9
9
import org .testng .Assert ;
10
10
import org .testng .annotations .BeforeMethod ;
11
11
import org .testng .annotations .Test ;
You can’t perform that action at this time.
0 commit comments