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.16 .1.jar" ;
20+ private const string ServerJarName = "selenium-server-4.18 .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 @@ -113,7 +113,7 @@ def server_old(request):
113113 os .path .abspath (__file__ )
114114 )
115115 ),
116- "selenium-server-4.16 .1.jar" ,
116+ "selenium-server-4.18 .1.jar" ,
117117 )
118118
119119 def wait_for_server (url , timeout ):
@@ -171,7 +171,7 @@ def server():
171171 )
172172 )
173173 ),
174- "selenium-server-4.16 .1.jar" ,
174+ "selenium-server-4.18 .1.jar" ,
175175 )
176176
177177 args = [
You can’t perform that action at this time.
0 commit comments