Skip to content

Commit 38e1417

Browse files
authored
Merge pull request #349 from giulong/dependabot/maven/develop/selenium.version-4.29.0
build(deps): bump selenium.version from 4.28.1 to 4.29.0
2 parents 89d502b + c320a77 commit 38e1417

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
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:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<simplejavamail.version>8.12.5</simplejavamail.version>
5252
<jsonschemagenerator.version>4.37.0</jsonschemagenerator.version>
5353
<slf4j.version>2.0.17</slf4j.version>
54-
<selenium.version>4.28.1</selenium.version>
54+
<selenium.version>4.29.0</selenium.version>
5555
</properties>
5656

5757
<profiles>

0 commit comments

Comments
 (0)