Skip to content

Commit

Permalink
fix(deps): update dependency selenium-webdriver to v4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent f672904 commit 29a0464
Show file tree
Hide file tree
Showing 24 changed files with 72 additions and 72 deletions.
16 changes: 8 additions & 8 deletions frontend/tips/1-upload-a-file/code/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/tips/1-upload-a-file/code/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"selenium-webdriver": "4.25.0"
"selenium-webdriver": "4.26.0"
},
"description": "A project to showcase uploading a file using official WebdriverJs",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/tips/1-upload-a-file/code/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'rspec', '~> 3.10'
gem 'selenium-webdriver', '~> 4.25.0'
gem 'selenium-webdriver', '~> 4.26.0'
4 changes: 2 additions & 2 deletions frontend/tips/1-upload-a-file/code/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -33,7 +33,7 @@ PLATFORMS

DEPENDENCIES
rspec (~> 3.10)
selenium-webdriver (~> 4.25.0)
selenium-webdriver (~> 4.26.0)

BUNDLED WITH
2.4.10

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"selenium-webdriver": "4.25.0"
"selenium-webdriver": "4.26.0"
},
"description": "A project to showcase downloading a file using official WebdriverJs",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/tips/2-download-a-file/code/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'rspec', '~> 3.10'
gem 'selenium-webdriver', '~> 4.25.0'
gem 'selenium-webdriver', '~> 4.26.0'
gem 'uuid'
4 changes: 2 additions & 2 deletions frontend/tips/2-download-a-file/code/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -38,7 +38,7 @@ PLATFORMS

DEPENDENCIES
rspec (~> 3.10)
selenium-webdriver (~> 4.25.0)
selenium-webdriver (~> 4.26.0)
uuid

BUNDLED WITH
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"selenium-webdriver": "4.25.0"
"selenium-webdriver": "4.26.0"
},
"description": "A project to showcase working with frames using official WebdriverJs",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/tips/3-work-with-frames/code/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'rspec', '~> 3.10'
gem 'selenium-webdriver', '~> 4.25.0'
gem 'selenium-webdriver', '~> 4.26.0'
4 changes: 2 additions & 2 deletions frontend/tips/3-work-with-frames/code/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -33,7 +33,7 @@ PLATFORMS

DEPENDENCIES
rspec (~> 3.10)
selenium-webdriver (~> 4.25.0)
selenium-webdriver (~> 4.26.0)

BUNDLED WITH
2.4.10

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"selenium-webdriver": "4.25.0"
"selenium-webdriver": "4.26.0"
},
"description": "A project to showcase working with multiple windows using official WebdriverJs",
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'rspec', '~> 3.10'
gem 'selenium-webdriver', '~> 4.25.0'
gem 'selenium-webdriver', '~> 4.26.0'
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubyzip (2.3.2)
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -33,7 +33,7 @@ PLATFORMS

DEPENDENCIES
rspec (~> 3.10)
selenium-webdriver (~> 4.25.0)
selenium-webdriver (~> 4.26.0)

BUNDLED WITH
2.4.10

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"selenium-webdriver": "4.25.0"
"selenium-webdriver": "4.26.0"
},
"description": "A project to showcase working with multiple windows using official WebdriverJs",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/tips/5-select-from-a-dropdown/code/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'rspec', '~> 3.10'
gem 'selenium-webdriver', '~> 4.25.0'
gem 'selenium-webdriver', '~> 4.26.0'
4 changes: 2 additions & 2 deletions frontend/tips/5-select-from-a-dropdown/code/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubyzip (2.3.2)
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -33,7 +33,7 @@ PLATFORMS

DEPENDENCIES
rspec (~> 3.10)
selenium-webdriver (~> 4.25.0)
selenium-webdriver (~> 4.26.0)

BUNDLED WITH
2.4.10

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"selenium-webdriver": "4.25.0"
"selenium-webdriver": "4.26.0"
},
"description": "A project to showcase opening a new tab or window using the official WebdriverJs",
"devDependencies": {
Expand Down
Loading

0 comments on commit 29a0464

Please sign in to comment.