Skip to content

Commit c045a41

Browse files
committed
fixed date to 28th for community event blog (#2515)
fixed date to 28th [deploy site] cffccfd
1 parent ff99376 commit c045a41

File tree

50 files changed

+720
-670
lines changed

Some content is hidden

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

50 files changed

+720
-670
lines changed

_print/blog/2024/index.html

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

_print/blog/index.html

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

_print/documentation/about/index.html

Lines changed: 44 additions & 42 deletions
Large diffs are not rendered by default.

_print/documentation/index.html

Lines changed: 44 additions & 42 deletions
Large diffs are not rendered by default.

_print/documentation/webdriver/drivers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>protected</span> <span style=color:#000>IWebDriver</span> <span style=color:#000>driver</span><span style=color:#000;font-weight:700>;</span>
351351
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>protected</span> <span style=color:#000>Uri</span> <span style=color:#000>GridUrl</span><span style=color:#000;font-weight:700>;</span>
352352
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#000>Process</span> <span style=color:#000>_webserverProcess</span><span style=color:#000;font-weight:700>;</span>
353-
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>const</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>ServerJarName</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#4e9a06>&#34;selenium-server-4.35.0.jar&#34;</span><span style=color:#000;font-weight:700>;</span>
353+
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>const</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>ServerJarName</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#4e9a06>&#34;selenium-server-4.38.0.jar&#34;</span><span style=color:#000;font-weight:700>;</span>
354354
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>static</span> <span style=color:#204a87;font-weight:700>readonly</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>BaseDirectory</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#000>AppContext</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>BaseDirectory</span><span style=color:#000;font-weight:700>;</span>
355355
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>const</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>RelativePathToGrid</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#4e9a06>&#34;../../../../../&#34;</span><span style=color:#000;font-weight:700>;</span>
356356
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>readonly</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>_examplesDirectory</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#000>Path</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>GetFullPath</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>Path</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>Combine</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>BaseDirectory</span><span style=color:#000;font-weight:700>,</span> <span style=color:#000>RelativePathToGrid</span><span style=color:#000;font-weight:700>));</span>

_print/documentation/webdriver/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3447,7 +3447,7 @@
34473447
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>protected</span> <span style=color:#000>IWebDriver</span> <span style=color:#000>driver</span><span style=color:#000;font-weight:700>;</span>
34483448
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>protected</span> <span style=color:#000>Uri</span> <span style=color:#000>GridUrl</span><span style=color:#000;font-weight:700>;</span>
34493449
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#000>Process</span> <span style=color:#000>_webserverProcess</span><span style=color:#000;font-weight:700>;</span>
3450-
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>const</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>ServerJarName</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#4e9a06>&#34;selenium-server-4.35.0.jar&#34;</span><span style=color:#000;font-weight:700>;</span>
3450+
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>const</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>ServerJarName</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#4e9a06>&#34;selenium-server-4.38.0.jar&#34;</span><span style=color:#000;font-weight:700>;</span>
34513451
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>static</span> <span style=color:#204a87;font-weight:700>readonly</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>BaseDirectory</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#000>AppContext</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>BaseDirectory</span><span style=color:#000;font-weight:700>;</span>
34523452
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>const</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>RelativePathToGrid</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#4e9a06>&#34;../../../../../&#34;</span><span style=color:#000;font-weight:700>;</span>
34533453
</span></span><span style=display:flex><span> <span style=color:#204a87;font-weight:700>private</span> <span style=color:#204a87;font-weight:700>readonly</span> <span style=color:#204a87;font-weight:700>string</span> <span style=color:#000>_examplesDirectory</span> <span style=color:#000;font-weight:700>=</span> <span style=color:#000>Path</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>GetFullPath</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>Path</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>Combine</span><span style=color:#000;font-weight:700>(</span><span style=color:#000>BaseDirectory</span><span style=color:#000;font-weight:700>,</span> <span style=color:#000>RelativePathToGrid</span><span style=color:#000;font-weight:700>));</span>

_print/downloads/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
<span aria-hidden=true>&#215;</span></button></div><div class=modal-body><p><button class="btn btn-link no-focus" type=button data-bs-toggle=collapse data-bs-target=#release-1 aria-expanded=false aria-controls=release-1>
5353
<i class="fas fa-plus-circle show-collapsed selenium-ide pe-2"></i>
5454
<i class="fas fa-minus-circle show-expanded selenium-ide pe-2"></i>
55-
<span class="-text-900 fw-bold">Selenium 4.38.0</span></button></p><div class="collapse pb-3" id=release-1><div class="card card-body"><h6 class="card-title ps-2 pb-3"><span class="selenium-ide fw-bold">Release date:</span>
56-
<span class=ps-2><a href=https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.38.0 target=_blank>October 25, 2025
57-
<i class="fas fa-external-link-alt ps-2"></i></a></span></h6><div class=table-responsive><table class="table m-0"><thead><tr><th scope=col class=selenium-ide>Name</th><th scope=col class=selenium-ide>Size</th></tr></thead><tbody><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-dotnet-4.38.0.zip>selenium-dotnet-4.38.0.zip</a></p></th><td>14.4 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-dotnet-strongnamed-4.38.0.zip>selenium-dotnet-strongnamed-4.38.0.zip</a></p></th><td>14.4 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-java-4.38.0.zip>selenium-java-4.38.0.zip</a></p></th><td>35.2 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-server-4.38.0.jar>selenium-server-4.38.0.jar</a></p></th><td>41.9 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-server-4.38.0.zip>selenium-server-4.38.0.zip</a></p></th><td>102.1 MB</td></tr></tbody></table></div></div></div><p><button class="btn btn-link no-focus" type=button data-bs-toggle=collapse data-bs-target=#release-2 aria-expanded=false aria-controls=release-2>
55+
<span class="-text-900 fw-bold">Nightly</span></button></p><div class="collapse pb-3" id=release-1><div class="card card-body"><h6 class="card-title ps-2 pb-3"><span class="selenium-ide fw-bold">Release date:</span>
56+
<span class=ps-2><a href=https://github.com/SeleniumHQ/selenium/releases/tag/nightly target=_blank>October 28, 2025
57+
<i class="fas fa-external-link-alt ps-2"></i></a></span></h6><div class=table-responsive><table class="table m-0"><thead><tr><th scope=col class=selenium-ide>Name</th><th scope=col class=selenium-ide>Size</th></tr></thead><tbody><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-java-4.39.0-SNAPSHOT.zip>selenium-java-4.39.0-SNAPSHOT.zip</a></p></th><td>35.2 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.39.0-SNAPSHOT.jar>selenium-server-4.39.0-SNAPSHOT.jar</a></p></th><td>41.9 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/nightly/selenium-server-4.39.0-SNAPSHOT.zip>selenium-server-4.39.0-SNAPSHOT.zip</a></p></th><td>102.1 MB</td></tr></tbody></table></div></div></div><p><button class="btn btn-link no-focus" type=button data-bs-toggle=collapse data-bs-target=#release-2 aria-expanded=false aria-controls=release-2>
5858
<i class="fas fa-plus-circle show-collapsed selenium-ide pe-2"></i>
5959
<i class="fas fa-minus-circle show-expanded selenium-ide pe-2"></i>
60-
<span class="-text-900 fw-bold">Nightly</span></button></p><div class="collapse pb-3" id=release-2><div class="card card-body"><h6 class="card-title ps-2 pb-3"><span class="selenium-ide fw-bold">Release date:</span>
61-
<span class=ps-2><a href=https://github.com/SeleniumHQ/selenium/releases/tag/untagged-cc45e8bd2b49cbf6b362 target=_blank>October 23, 2025
62-
<i class="fas fa-external-link-alt ps-2"></i></a></span></h6><div class=table-responsive><table class="table m-0"><thead><tr><th scope=col class=selenium-ide>Name</th><th scope=col class=selenium-ide>Size</th></tr></thead><tbody><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/untagged-cc45e8bd2b49cbf6b362/selenium-java-4.38.0-SNAPSHOT.zip>selenium-java-4.38.0-SNAPSHOT.zip</a></p></th><td>35.1 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/untagged-cc45e8bd2b49cbf6b362/selenium-server-4.38.0-SNAPSHOT.jar>selenium-server-4.38.0-SNAPSHOT.jar</a></p></th><td>41.9 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/untagged-cc45e8bd2b49cbf6b362/selenium-server-4.38.0-SNAPSHOT.zip>selenium-server-4.38.0-SNAPSHOT.zip</a></p></th><td>102.1 MB</td></tr></tbody></table></div></div></div><p><button class="btn btn-link no-focus" type=button data-bs-toggle=collapse data-bs-target=#release-3 aria-expanded=false aria-controls=release-3>
60+
<span class="-text-900 fw-bold">Selenium 4.38.0</span></button></p><div class="collapse pb-3" id=release-2><div class="card card-body"><h6 class="card-title ps-2 pb-3"><span class="selenium-ide fw-bold">Release date:</span>
61+
<span class=ps-2><a href=https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.38.0 target=_blank>October 25, 2025
62+
<i class="fas fa-external-link-alt ps-2"></i></a></span></h6><div class=table-responsive><table class="table m-0"><thead><tr><th scope=col class=selenium-ide>Name</th><th scope=col class=selenium-ide>Size</th></tr></thead><tbody><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-dotnet-4.38.0.zip>selenium-dotnet-4.38.0.zip</a></p></th><td>14.4 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-dotnet-strongnamed-4.38.0.zip>selenium-dotnet-strongnamed-4.38.0.zip</a></p></th><td>14.4 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-java-4.38.0.zip>selenium-java-4.38.0.zip</a></p></th><td>35.2 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-server-4.38.0.jar>selenium-server-4.38.0.jar</a></p></th><td>41.9 MB</td></tr><tr><th scope=row><p><a href=https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.38.0/selenium-server-4.38.0.zip>selenium-server-4.38.0.zip</a></p></th><td>102.1 MB</td></tr></tbody></table></div></div></div><p><button class="btn btn-link no-focus" type=button data-bs-toggle=collapse data-bs-target=#release-3 aria-expanded=false aria-controls=release-3>
6363
<i class="fas fa-plus-circle show-collapsed selenium-ide pe-2"></i>
6464
<i class="fas fa-minus-circle show-expanded selenium-ide pe-2"></i>
6565
<span class="-text-900 fw-bold">Selenium 4.37.0</span></button></p><div class="collapse pb-3" id=release-3><div class="card card-body"><h6 class="card-title ps-2 pb-3"><span class="selenium-ide fw-bold">Release date:</span>

blog/2024/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

blog/2024/selenium-4-18-released/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)