Skip to content

Commit e8ab9b6

Browse files
committed
[py][cdp] add support Chrome 99 and remove for Chrome 96
1 parent b3ea373 commit e8ab9b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

py/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ SE_VERSION = "4.1.2"
99

1010
BROWSER_VERSIONS = [
1111
"v85",
12-
"v96",
1312
"v97",
14-
"v98"
13+
"v98",
14+
"v99"
1515
]
1616

1717
TEST_DEPS = [

0 commit comments

Comments
 (0)