Skip to content

Commit 310a719

Browse files
Merge branch 'pallavi-getCookieRuby' of https://github.com/pallavigitwork/selenium into pallavi-getCookieRuby
2 parents 4aa7080 + 3b57ce1 commit 310a719

File tree

507 files changed

+1510
-28654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

507 files changed

+1510
-28654
lines changed

.github/workflows/update-documentation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ jobs:
140140
run: |
141141
git config --local user.email "[email protected]"
142142
git config --local user.name "Selenium CI Bot"
143-
- name: Install specific version of DocFX tool
144-
# Pinning to 2.75.3 to avoid breaking changes in newer versions
145-
# See https://github.com/dotnet/docfx/issues/9855
146-
run: dotnet tool install --global --version 2.75.3 docfx
147143
- name: Update Documentation
148144
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'dotnet'
149145
run: ./go dotnet:docs

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ Ben Kucera <[email protected]>
104104
105105
Ben Sedat <[email protected]>
106106
Benjamin Forehand Jr <[email protected]>
107+
Benoit Pierre <[email protected]>
107108
109+
108110
109111
110112
Bill Agee <[email protected]>
@@ -156,6 +158,7 @@ Chris Mohr <[email protected]>
156158
Chris Stringer <[email protected]>
157159
Chris Ward <[email protected]>
158160
Christian Ansel <[email protected]>
161+
Christian Biesinger <[email protected]>
159162
Christian Biesinger <[email protected]>
160163
Christian Clauss <[email protected]>
161164
Christopher Buttkus <[email protected]>
@@ -228,6 +231,7 @@ Diego Fernández Santos <[email protected]>
228231
Diego Molina <[email protected]>
229232
Dima Kovalenko <[email protected]>
230233
Dima Veselov <[email protected]>
234+
Dinesh Kumar R A <[email protected]>
231235
Diogo Teles Sant'Anna <[email protected]>
232236
Dmitriy Sintsov <[email protected]>
233237
Dmitry Dubenets <[email protected]>
@@ -392,6 +396,7 @@ Jari Bakken <[email protected]>
392396
393397
Jason Anderson <[email protected]>
394398
Jason Carr <[email protected]>
399+
Jason Heflinger <[email protected]>
395400
396401
Jason Huggins <[email protected]>
397402
Jason Juang <[email protected]>
@@ -643,6 +648,7 @@ native-api <[email protected]>
643648
644649
Naveen Singh <[email protected]>
645650
Navin Chandra <[email protected]>
651+
Navin Chandra <[email protected]>
646652
Neil Carvalho <[email protected]>
647653
Nelson Sproul <[email protected]>
648654
Nick Crews <[email protected]>

MODULE.bazel

Lines changed: 43 additions & 71 deletions
Large diffs are not rendered by default.

Rakefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ JAVA_RELEASE_TARGETS = %w[
9898
//java/src/org/openqa/selenium/chrome:chrome.publish
9999
//java/src/org/openqa/selenium/chromium:chromium.publish
100100
//java/src/org/openqa/selenium/devtools/v131:v131.publish
101-
//java/src/org/openqa/selenium/devtools/v129:v129.publish
101+
//java/src/org/openqa/selenium/devtools/v132:v132.publish
102102
//java/src/org/openqa/selenium/devtools/v130:v130.publish
103103
//java/src/org/openqa/selenium/devtools/v85:v85.publish
104104
//java/src/org/openqa/selenium/edge:edge.publish
@@ -777,10 +777,9 @@ namespace :dotnet do
777777
task :docs, [:skip_update] do |_task, arguments|
778778
FileUtils.rm_rf('build/docs/api/dotnet/')
779779
begin
780-
# Pinning to 2.75.3 to avoid breaking changes in newer versions
781-
# See https://github.com/dotnet/docfx/issues/9855
780+
# Pinning to 2.78.2 to avoid breaking changes in newer versions
782781
sh 'dotnet tool uninstall --global docfx || true'
783-
sh 'dotnet tool install --global --version 2.75.3 docfx'
782+
sh 'dotnet tool install --global --version 2.78.2 docfx'
784783
# sh 'dotnet tool update -g docfx'
785784
rescue StandardError
786785
puts 'Please ensure that .NET SDK is installed.'

0 commit comments

Comments
 (0)