We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68339fe commit 2d7afdbCopy full SHA for 2d7afdb
dotnet/test/common/Environment/TestWebServer.cs
@@ -10,7 +10,7 @@ public class TestWebServer
10
private Process webserverProcess;
11
12
private string standaloneTestJar = @"build/java/client/test/org/openqa/selenium/tests-standalone.jar";
13
- private string webserverClassName = "org.openqa.selenium.environment.webserver.Jetty7AppServer";
+ private string webserverClassName = "org.openqa.selenium.environment.webserver.JettyAppServer";
14
private string projectRootPath;
15
16
public TestWebServer(string projectRoot)
0 commit comments