Skip to content

Commit

Permalink
bumped chrome version to january 2024 latest LTS (120.0.6099.203)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxmatic committed Jan 15, 2024
1 parent 2305f0d commit 3e2762e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ exports.config = {
version : "3.141.59",
drivers : {
chrome : {
version : "76.0.3809.68",
version : "120.0.6099.203",
arch : process.arch,
}
}
Expand All @@ -137,7 +137,7 @@ exports.config = {
baseURL : "https://selenium-release.storage.googleapis.com",
drivers : {
chrome : {
version : "76.0.3809.68",
version : "120.0.6099.203",
arch : process.arch,
baseURL : "https://chromedriver.storage.googleapis.com",
}
Expand Down

0 comments on commit 3e2762e

Please sign in to comment.