Skip to content

Commit

Permalink
Update selenium jar to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Apr 28, 2024
1 parent e39e518 commit d9b0488
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.19.1.jar";
private const string ServerJarName = "selenium-server-4.20.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 @@ -130,7 +130,7 @@ def server_old(request):
os.path.abspath(__file__)
)
),
"selenium-server-4.19.1.jar",
"selenium-server-4.20.0.jar",
)

def wait_for_server(url, timeout):
Expand Down Expand Up @@ -188,7 +188,7 @@ def server():
)
)
),
"selenium-server-4.19.1.jar",
"selenium-server-4.20.0.jar",
)

args = [
Expand Down
Binary file not shown.

0 comments on commit d9b0488

Please sign in to comment.