We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e8758 commit edb6132Copy full SHA for edb6132
TwoCaptcha.Tests/GridTest.cs
@@ -77,6 +77,7 @@ public async Task TestAllParameters()
77
78
var parameters = new Dictionary<string, string>();
79
parameters["method"] = "post";
80
+ parameters["recaptcha"] = "1";
81
parameters["recaptcharows"] = "3";
82
parameters["recaptchacols"] = "3";
83
parameters["previousID"] = "0";
TwoCaptcha/Captcha/Grid.cs
@@ -7,6 +7,7 @@ public class Grid : Captcha
7
{
8
public Grid() : base()
9
10
11
}
12
13
public Grid(string filePath) : this(new FileInfo(filePath))
0 commit comments