Skip to content

Commit c320a77

Browse files
committed
fix: explicitly setting moz:debuggerAddress as Firefox capability since the CDP is now disabled by default in favor of BiDi
1 parent a83635b commit c320a77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

it-grid/src/test/resources/configuration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ drivers:
2323
- --proxy-server=${proxyHost}:${proxyPort} # proxyPort interpolated as string, numeric interpolation won't make sense here
2424
- --proxy-bypass-list=${proxyBypass}
2525
firefox:
26+
capabilities:
27+
moz:debuggerAddress: true # to use CDP, starting from Selenium 4.29.0 this was dropped in favor of BiDi
2628
args:
2729
- -headless
2830
preferences:

0 commit comments

Comments
 (0)