File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.23 .0.jar" ;
20+ private const string ServerJarName = "selenium-server-4.25 .0.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 @@ -140,7 +140,7 @@ def server_old(request):
140140 os .path .abspath (__file__ )
141141 )
142142 ),
143- "selenium-server-4.23 .0.jar" ,
143+ "selenium-server-4.25 .0.jar" ,
144144 )
145145
146146 def wait_for_server (url , timeout ):
@@ -198,7 +198,7 @@ def server():
198198 )
199199 )
200200 ),
201- "selenium-server-4.23 .0.jar" ,
201+ "selenium-server-4.25 .0.jar" ,
202202 )
203203
204204 args = [
You can’t perform that action at this time.
0 commit comments