File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class BaseTest
1717 protected IWebDriver driver ;
1818 protected Uri GridUrl ;
1919 private Process _webserverProcess ;
20- private const string ServerJarName = "selenium-server-4.28.0 .jar" ;
20+ private const string ServerJarName = "selenium-server-4.28.1 .jar" ;
2121 private static readonly string BaseDirectory = AppContext . BaseDirectory ;
2222 private const string RelativePathToGrid = "../../../../../" ;
2323 private readonly string _examplesDirectory = Path . GetFullPath ( Path . Combine ( BaseDirectory , RelativePathToGrid ) ) ;
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def server_old(request):
142142 os .path .abspath (__file__ )
143143 )
144144 ),
145- "selenium-server-4.28.0 .jar" ,
145+ "selenium-server-4.28.1 .jar" ,
146146 )
147147
148148 def wait_for_server (url , timeout ):
@@ -200,7 +200,7 @@ def server():
200200 )
201201 )
202202 ),
203- "selenium-server-4.28.0 .jar" ,
203+ "selenium-server-4.28.1 .jar" ,
204204 )
205205
206206 args = [
@@ -273,7 +273,7 @@ def grid_server():
273273 )
274274 )
275275 ),
276- "selenium-server-4.28.0 .jar" ,
276+ "selenium-server-4.28.1 .jar" ,
277277 )
278278
279279 args = [
Original file line number Diff line number Diff line change 2525 < div class ="card-body ">
2626 < p class ="card-text ">
2727 Latest stable version
28- < a href ="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.28.0/selenium-server-4.28.0 .jar "> 4.28.0 </ a >
28+ < a href ="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.28.0/selenium-server-4.28.1 .jar "> 4.28.1 </ a >
2929 </ p >
3030 < p class ="card-text ">
3131 To use the Selenium Server in a Grid configuration see the
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
8282 </ p >
8383 < p class ="card-text m-0 pb-1 ">
8484 Stable:
85- < a href ="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.28.0/selenium-java-4.28.0 .zip " class ="card-link ">
86- 4.28.0 (January 20 , 2025)
85+ < a href ="https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.28.0/selenium-java-4.28.1 .zip " class ="card-link ">
86+ 4.28.1 (January 23 , 2025)
8787 </ a >
8888 </ p >
8989 < p class ="card-text m-0 pb-1 ">
@@ -111,7 +111,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
111111 < p class ="card-text m-0 pb-1 ">
112112 Stable:
113113 < a href ="https://pypi.python.org/pypi/selenium " class ="card-link ">
114- 4.28.0 (January 20 , 2024)
114+ 4.28.1 (January 23 , 2024)
115115 </ a >
116116 </ p >
117117 < p class ="card-text m-0 pb-1 ">
You can’t perform that action at this time.
0 commit comments