Skip to content

Commit 02c6617

Browse files
committed
Chrome/Edge 143
1 parent 1b50b69 commit 02c6617

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/htmlunit/BrowserVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ public final class BrowserVersion implements Serializable {
245245
EDGE.scriptAcceptHeader_ = "*/*";
246246

247247
EDGE.secClientHintUserAgentHeader_ = "\"Microsoft Edge\";v=\""
248-
+ EDGE.getBrowserVersionNumeric() + "\", \"Not?A_Brand\";v=\"8\", \"Chromium\";v=\""
249-
+ EDGE.getBrowserVersionNumeric() + "\"";
248+
+ EDGE.getBrowserVersionNumeric() + "\", \"Chromium\";v=\""
249+
+ EDGE.getBrowserVersionNumeric() + "\", \"Not A(Brand\";v=\"24\"";
250250

251251
EDGE.fontHeights_ = new int[] {
252252
0, 1, 2, 4, 5, 5, 6, 8, 9, 10, 11, 12, 15, 16, 16, 17, 18, 20, 21, 22, 23, 25, 26, 26,

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ public class ExternalTest {
5252
static String MAVEN_REPO_URL_ = "https://repo1.maven.org/maven2/";
5353

5454
/** Chrome driver. */
55-
static String CHROME_DRIVER_ = "142.0.7444";
55+
static String CHROME_DRIVER_ = "143.0.7499";
5656
static String CHROME_DRIVER_URL_ =
5757
"https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json";
5858

59-
static String EDGE_DRIVER_ = "142.0.3595";
59+
static String EDGE_DRIVER_ = "143.0.3650";
6060
static String EDGE_DRIVER_URL_ = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/";
6161

6262
/** Gecko driver. */

0 commit comments

Comments
 (0)