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 8181 <dependency >
8282 <groupId >com.github.aquality-automation</groupId >
8383 <artifactId >aquality-selenium-core</artifactId >
84- <version >2.0.5 </version >
84+ <version >2.0.6 </version >
8585 </dependency >
8686
8787 <dependency >
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 .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 ;
88import org .testng .Assert ;
99import org .testng .annotations .BeforeMethod ;
1010import org .testng .annotations .Test ;
Original file line number Diff line number Diff line change 55import manytools .BrowserLanguageForm ;
66import manytools .UserAgentForm ;
77import org .openqa .selenium .devtools .idealized .Network ;
8- import org .openqa .selenium .devtools .v108 .emulation .Emulation ;
8+ import org .openqa .selenium .devtools .v110 .emulation .Emulation ;
99import org .testng .Assert ;
1010import org .testng .annotations .BeforeMethod ;
1111import org .testng .annotations .Test ;
You can’t perform that action at this time.
0 commit comments