Commit a5e06a1
chore(deps): bump selenium to 4.43.0 and CDP bindings to v145 (#3285)
* chore(deps): bump selenium to 4.43.0 and CDP bindings to v145
Selenium 4.40.0 bundled CDP support up to Chrome 144, so any worker on
Chrome 145+ failed to load a matching CdpInfo provider and threw
ServiceConfigurationError at DevTools setup. Selenium 4.43.0 bundles
v145/v146/v147 CDP bindings, restoring support for current Chrome stable.
- libs.versions.toml: selenium + selenium-devtools → 4.43.0, artifact
suffix v142 → v145 (the lowest version bundled by 4.43.0).
- Updated three import sites (WebDriver, CdpWebDriver, WebScreenRecorder)
from v144 to v145 packages.
Companion to #3284 (which makes the unmatched-provider case non-fatal
going forward).
* chore(deps): bump CDP bindings to v147
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b1e9da6 commit a5e06a1
4 files changed
Lines changed: 6 additions & 6 deletions
File tree
- gradle
- maestro-client/src/main/java/maestro/drivers
- maestro-web/src/main/kotlin/maestro/web/record
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments