Skip to content

Commit

Permalink
Merge branch 'pallavi-getCookieRuby' of https://github.com/pallavigit…
Browse files Browse the repository at this point in the history
…work/selenium into pallavi-getCookieRuby
  • Loading branch information
pallavigitwork committed Jan 20, 2025
2 parents 4aa7080 + 3b57ce1 commit 310a719
Show file tree
Hide file tree
Showing 507 changed files with 1,510 additions and 28,654 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "Selenium CI Bot"
- name: Install specific version of DocFX tool
# Pinning to 2.75.3 to avoid breaking changes in newer versions
# See https://github.com/dotnet/docfx/issues/9855
run: dotnet tool install --global --version 2.75.3 docfx
- name: Update Documentation
if: needs.determine-language.outputs.language == 'all' || needs.determine-language.outputs.language == 'dotnet'
run: ./go dotnet:docs
Expand Down
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ Ben Kucera <[email protected]>
Ben Lamm <[email protected]>
Ben Sedat <[email protected]>
Benjamin Forehand Jr <[email protected]>
Benoit Pierre <[email protected]>
bgermann <[email protected]>
bgermann <[email protected]>
bhecquet <[email protected]>
bhkwan <[email protected]>
Bill Agee <[email protected]>
Expand Down Expand Up @@ -156,6 +158,7 @@ Chris Mohr <[email protected]>
Chris Stringer <[email protected]>
Chris Ward <[email protected]>
Christian Ansel <[email protected]>
Christian Biesinger <[email protected]>
Christian Biesinger <[email protected]>
Christian Clauss <[email protected]>
Christopher Buttkus <[email protected]>
Expand Down Expand Up @@ -228,6 +231,7 @@ Diego Fernández Santos <[email protected]>
Diego Molina <[email protected]>
Dima Kovalenko <[email protected]>
Dima Veselov <[email protected]>
Dinesh Kumar R A <[email protected]>
Diogo Teles Sant'Anna <[email protected]>
Dmitriy Sintsov <[email protected]>
Dmitry Dubenets <[email protected]>
Expand Down Expand Up @@ -392,6 +396,7 @@ Jari Bakken <[email protected]>
Jason <[email protected]>
Jason Anderson <[email protected]>
Jason Carr <[email protected]>
Jason Heflinger <[email protected]>
Jason Hu <[email protected]>
Jason Huggins <[email protected]>
Jason Juang <[email protected]>
Expand Down Expand Up @@ -643,6 +648,7 @@ native-api <[email protected]>
Naveen <[email protected]>
Naveen Singh <[email protected]>
Navin Chandra <[email protected]>
Navin Chandra <[email protected]>
Neil Carvalho <[email protected]>
Nelson Sproul <[email protected]>
Nick Crews <[email protected]>
Expand Down
114 changes: 43 additions & 71 deletions MODULE.bazel

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chrome:chrome.publish
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v131:v131.publish
//java/src/org/openqa/selenium/devtools/v129:v129.publish
//java/src/org/openqa/selenium/devtools/v132:v132.publish
//java/src/org/openqa/selenium/devtools/v130:v130.publish
//java/src/org/openqa/selenium/devtools/v85:v85.publish
//java/src/org/openqa/selenium/edge:edge.publish
Expand Down Expand Up @@ -777,10 +777,9 @@ namespace :dotnet do
task :docs, [:skip_update] do |_task, arguments|
FileUtils.rm_rf('build/docs/api/dotnet/')
begin
# Pinning to 2.75.3 to avoid breaking changes in newer versions
# See https://github.com/dotnet/docfx/issues/9855
# Pinning to 2.78.2 to avoid breaking changes in newer versions
sh 'dotnet tool uninstall --global docfx || true'
sh 'dotnet tool install --global --version 2.75.3 docfx'
sh 'dotnet tool install --global --version 2.78.2 docfx'
# sh 'dotnet tool update -g docfx'
rescue StandardError
puts 'Please ensure that .NET SDK is installed.'
Expand Down
File renamed without changes.
Loading

0 comments on commit 310a719

Please sign in to comment.