File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class BaseTest
17
17
protected IWebDriver driver ;
18
18
protected Uri GridUrl ;
19
19
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" ;
21
21
private static readonly string BaseDirectory = AppContext . BaseDirectory ;
22
22
private const string RelativePathToGrid = "../../../../../" ;
23
23
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):
142
142
os .path .abspath (__file__ )
143
143
)
144
144
),
145
- "selenium-server-4.28.0 .jar" ,
145
+ "selenium-server-4.28.1 .jar" ,
146
146
)
147
147
148
148
def wait_for_server (url , timeout ):
@@ -200,7 +200,7 @@ def server():
200
200
)
201
201
)
202
202
),
203
- "selenium-server-4.28.0 .jar" ,
203
+ "selenium-server-4.28.1 .jar" ,
204
204
)
205
205
206
206
args = [
@@ -273,7 +273,7 @@ def grid_server():
273
273
)
274
274
)
275
275
),
276
- "selenium-server-4.28.0 .jar" ,
276
+ "selenium-server-4.28.1 .jar" ,
277
277
)
278
278
279
279
args = [
Original file line number Diff line number Diff line change 25
25
< div class ="card-body ">
26
26
< p class ="card-text ">
27
27
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 >
29
29
</ p >
30
30
< p class ="card-text ">
31
31
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
82
82
</ p >
83
83
< p class ="card-text m-0 pb-1 ">
84
84
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)
87
87
</ a >
88
88
</ p >
89
89
< p class ="card-text m-0 pb-1 ">
@@ -111,7 +111,7 @@ <h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bin
111
111
< p class ="card-text m-0 pb-1 ">
112
112
Stable:
113
113
< 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)
115
115
</ a >
116
116
</ p >
117
117
< p class ="card-text m-0 pb-1 ">
You can’t perform that action at this time.
0 commit comments