File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/test/java/tests/usecases/devtools Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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.0.0 </version >
85+ <version >4.0.1 </version >
8686 </dependency >
8787 <dependency >
8888 <groupId >org.apache.commons</groupId >
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 .v122 .emulation .Emulation ;
7- import org .openqa .selenium .devtools .v122 .emulation .model .DisplayFeature ;
6+ import org .openqa .selenium .devtools .v123 .emulation .Emulation ;
7+ import org .openqa .selenium .devtools .v123 .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 .v122 .network .model .ConnectionType ;
5+ import org .openqa .selenium .devtools .v123 .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 .v122 .emulation .Emulation ;
11+ import org .openqa .selenium .devtools .v123 .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