We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83635b commit c320a77Copy full SHA for c320a77
it-grid/src/test/resources/configuration.yaml
@@ -23,6 +23,8 @@ drivers:
23
- --proxy-server=${proxyHost}:${proxyPort} # proxyPort interpolated as string, numeric interpolation won't make sense here
24
- --proxy-bypass-list=${proxyBypass}
25
firefox:
26
+ capabilities:
27
+ moz:debuggerAddress: true # to use CDP, starting from Selenium 4.29.0 this was dropped in favor of BiDi
28
args:
29
- -headless
30
preferences:
0 commit comments