Skip to content

Commit

Permalink
Update selenium server jar to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Sep 22, 2024
1 parent ccc35b6 commit 8f7f1b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/dotnet/SeleniumDocs/BaseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class BaseTest
protected IWebDriver driver;
protected Uri GridUrl;
private Process _webserverProcess;
private const string ServerJarName = "selenium-server-4.23.0.jar";
private const string ServerJarName = "selenium-server-4.25.0.jar";
private static readonly string BaseDirectory = AppContext.BaseDirectory;
private const string RelativePathToGrid = "../../../../../";
private readonly string _examplesDirectory = Path.GetFullPath(Path.Combine(BaseDirectory, RelativePathToGrid));
Expand Down
4 changes: 2 additions & 2 deletions examples/python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def server_old(request):
os.path.abspath(__file__)
)
),
"selenium-server-4.23.0.jar",
"selenium-server-4.25.0.jar",
)

def wait_for_server(url, timeout):
Expand Down Expand Up @@ -198,7 +198,7 @@ def server():
)
)
),
"selenium-server-4.23.0.jar",
"selenium-server-4.25.0.jar",
)

args = [
Expand Down
Binary file not shown.

0 comments on commit 8f7f1b0

Please sign in to comment.