File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
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.27 .0.jar" ;
20
+ private const string ServerJarName = "selenium-server-4.28 .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 10
10
<PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.7.1" />
11
11
<PackageReference Include =" MSTest.TestAdapter" Version =" 3.6.0" />
12
12
<PackageReference Include =" MSTest.TestFramework" Version =" 3.6.0" />
13
- <PackageReference Include =" Selenium.Support" Version =" 4.27 .0" />
14
- <PackageReference Include =" Selenium.WebDriver" Version =" 4.27 .0" />
13
+ <PackageReference Include =" Selenium.Support" Version =" 4.28 .0" />
14
+ <PackageReference Include =" Selenium.WebDriver" Version =" 4.28 .0" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ def server_old(request):
142
142
os .path .abspath (__file__ )
143
143
)
144
144
),
145
- "selenium-server-4.27 .0.jar" ,
145
+ "selenium-server-4.28 .0.jar" ,
146
146
)
147
147
148
148
def wait_for_server (url , timeout ):
@@ -200,7 +200,7 @@ def server():
200
200
)
201
201
)
202
202
),
203
- "selenium-server-4.27 .0.jar" ,
203
+ "selenium-server-4.28 .0.jar" ,
204
204
)
205
205
206
206
args = [
@@ -273,7 +273,7 @@ def grid_server():
273
273
)
274
274
)
275
275
),
276
- "selenium-server-4.27 .0.jar" ,
276
+ "selenium-server-4.28 .0.jar" ,
277
277
)
278
278
279
279
args = [
You can’t perform that action at this time.
0 commit comments