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 5
5
6
6
<groupId >org.seleniumhq.selenium</groupId >
7
7
<artifactId >htmlunit3-driver</artifactId >
8
- <version >4.28.0 </version >
8
+ <version >4.29.0-SNAPSHOT </version >
9
9
10
10
<name >${project.artifactId} </name >
11
11
<description >WebDriver compatible driver for HtmlUnit headless browser</description >
18
18
<maven .compiler.source>11</maven .compiler.source>
19
19
<maven .compiler.target>11</maven .compiler.target>
20
20
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>
24
24
25
25
<jetty .version>9.4.57.v20241219</jetty .version>
26
26
Original file line number Diff line number Diff line change 101
101
import org .openqa .selenium .chrome .ChromeDriverService ;
102
102
import org .openqa .selenium .chrome .ChromeOptions ;
103
103
import org .openqa .selenium .devtools .DevTools ;
104
- import org .openqa .selenium .devtools .v85 .emulation .Emulation ;
104
+ import org .openqa .selenium .devtools .v133 .emulation .Emulation ;
105
105
import org .openqa .selenium .edge .EdgeDriver ;
106
106
import org .openqa .selenium .edge .EdgeDriverService ;
107
107
import org .openqa .selenium .edge .EdgeOptions ;
You can’t perform that action at this time.
0 commit comments