Skip to content

Commit fddc922

Browse files
committed
Update Selenium JAR file to the latest version
1 parent a708f41 commit fddc922

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: examples/dotnet/SeleniumDocs/BaseTest.cs

+1-1
Original file line numberDiff line numberDiff 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));

Diff for: examples/python/tests/conftest.py

+2-2
Original file line numberDiff line numberDiff 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 = [
Binary file not shown.

0 commit comments

Comments
 (0)