File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.16 .1.jar" ;
20
+ private const string ServerJarName = "selenium-server-4.18 .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 @@ -113,7 +113,7 @@ def server_old(request):
113
113
os .path .abspath (__file__ )
114
114
)
115
115
),
116
- "selenium-server-4.16 .1.jar" ,
116
+ "selenium-server-4.18 .1.jar" ,
117
117
)
118
118
119
119
def wait_for_server (url , timeout ):
@@ -171,7 +171,7 @@ def server():
171
171
)
172
172
)
173
173
),
174
- "selenium-server-4.16 .1.jar" ,
174
+ "selenium-server-4.18 .1.jar" ,
175
175
)
176
176
177
177
args = [
You can’t perform that action at this time.
0 commit comments