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 94c8a9b commit e2606c1Copy full SHA for e2606c1
dotnet/src/webdriver/PhantomJS/PhantomJSDriverService.cs
@@ -42,7 +42,7 @@ public sealed class PhantomJSDriverService : DriverService
42
private string ghostDriverPath = string.Empty;
43
private string logFile = string.Empty;
44
private string ipAddress = string.Empty;
45
- pirvate string gridHubUrl = string.Empty;
+ private string gridHubUrl = string.Empty;
46
47
/// <summary>
48
/// Prevents a default instance of the <see cref="PhantomJSDriverService"/> class from being created.
0 commit comments