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 8306d87 commit d4b91ffCopy full SHA for d4b91ff
dotnet/src/webdriver/DriverService.cs
@@ -37,7 +37,6 @@ namespace OpenQA.Selenium
37
public abstract class DriverService : ICommandServer
38
{
39
private bool isDisposed;
40
- private readonly object driverServiceProcessLock = new object();
41
private Process? driverServiceProcess;
42
43
/// <summary>
0 commit comments