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 @@ -133,7 +133,7 @@ def server_old(request):
133133 os .path .abspath (__file__ )
134134 )
135135 ),
136- "selenium-server-4.16 .1.jar" ,
136+ "selenium-server-4.18 .1.jar" ,
137137 )
138138
139139 def wait_for_server (url , timeout ):
@@ -191,7 +191,7 @@ def server():
191191 )
192192 )
193193 ),
194- "selenium-server-4.16 .1.jar" ,
194+ "selenium-server-4.18 .1.jar" ,
195195 )
196196
197197 args = [
You can’t perform that action at this time.
0 commit comments