File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/test/java/org/openqa/selenium/htmlunit Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >org.seleniumhq.selenium</groupId >
77 <artifactId >htmlunit3-driver</artifactId >
8- <version >4.28.0 </version >
8+ <version >4.29.0-SNAPSHOT </version >
99
1010 <name >${project.artifactId} </name >
1111 <description >WebDriver compatible driver for HtmlUnit headless browser</description >
1818 <maven .compiler.source>11</maven .compiler.source>
1919 <maven .compiler.target>11</maven .compiler.target>
2020
21- <selenium .version>4.28 .0</selenium .version>
22- <selenium .devtools.artifactId>selenium-devtools-v132 </selenium .devtools.artifactId>
23- <htmlunit .version>4.9.0 </htmlunit .version>
21+ <selenium .version>4.29 .0</selenium .version>
22+ <selenium .devtools.artifactId>selenium-devtools-v133 </selenium .devtools.artifactId>
23+ <htmlunit .version>4.10.0-SNAPSHOT </htmlunit .version>
2424
2525 <jetty .version>9.4.57.v20241219</jetty .version>
2626
Original file line number Diff line number Diff line change 101101import org .openqa .selenium .chrome .ChromeDriverService ;
102102import org .openqa .selenium .chrome .ChromeOptions ;
103103import org .openqa .selenium .devtools .DevTools ;
104- import org .openqa .selenium .devtools .v85 .emulation .Emulation ;
104+ import org .openqa .selenium .devtools .v133 .emulation .Emulation ;
105105import org .openqa .selenium .edge .EdgeDriver ;
106106import org .openqa .selenium .edge .EdgeDriverService ;
107107import org .openqa .selenium .edge .EdgeOptions ;
You can’t perform that action at this time.
0 commit comments