Skip to content

Commit 541b0ff

Browse files
committed
selenium 4.29
1 parent d1990ea commit 541b0ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -18,9 +18,9 @@
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

src/test/java/org/openqa/selenium/htmlunit/WebDriverTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
import org.openqa.selenium.chrome.ChromeDriverService;
102102
import org.openqa.selenium.chrome.ChromeOptions;
103103
import org.openqa.selenium.devtools.DevTools;
104-
import org.openqa.selenium.devtools.v85.emulation.Emulation;
104+
import org.openqa.selenium.devtools.v133.emulation.Emulation;
105105
import org.openqa.selenium.edge.EdgeDriver;
106106
import org.openqa.selenium.edge.EdgeDriverService;
107107
import org.openqa.selenium.edge.EdgeOptions;

0 commit comments

Comments
 (0)