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.19.1 .jar" ;
20
+ private const string ServerJarName = "selenium-server-4.20.0 .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 @@ -130,7 +130,7 @@ def server_old(request):
130
130
os .path .abspath (__file__ )
131
131
)
132
132
),
133
- "selenium-server-4.19.1 .jar" ,
133
+ "selenium-server-4.20.0 .jar" ,
134
134
)
135
135
136
136
def wait_for_server (url , timeout ):
@@ -188,7 +188,7 @@ def server():
188
188
)
189
189
)
190
190
),
191
- "selenium-server-4.19.1 .jar" ,
191
+ "selenium-server-4.20.0 .jar" ,
192
192
)
193
193
194
194
args = [
You can’t perform that action at this time.
0 commit comments