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 ee723da commit b97b406Copy full SHA for b97b406
dotnet/src/webdriver/Firefox/FirefoxAndroidOptions.cs
@@ -51,7 +51,7 @@ public ReadOnlyCollection<string> AndroidIntentArguments
51
/// <param name="arguments">The argument to add.</param>
52
public void AddIntentArgument(string argument)
53
{
54
- this.ddIntentArguments(argument);
+ this.AddIntentArguments(argument);
55
}
56
57
/// <summary>
0 commit comments