File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
it-grid/src/test/resources Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ drivers:
23
23
- --proxy-server=${proxyHost}:${proxyPort} # proxyPort interpolated as string, numeric interpolation won't make sense here
24
24
- --proxy-bypass-list=${proxyBypass}
25
25
firefox :
26
+ capabilities :
27
+ moz:debuggerAddress : true # to use CDP, starting from Selenium 4.29.0 this was dropped in favor of BiDi
26
28
args :
27
29
- -headless
28
30
preferences :
Original file line number Diff line number Diff line change 51
51
<simplejavamail .version>8.12.5</simplejavamail .version>
52
52
<jsonschemagenerator .version>4.37.0</jsonschemagenerator .version>
53
53
<slf4j .version>2.0.17</slf4j .version>
54
- <selenium .version>4.28.1 </selenium .version>
54
+ <selenium .version>4.29.0 </selenium .version>
55
55
</properties >
56
56
57
57
<profiles >
You can’t perform that action at this time.
0 commit comments