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 e6c1300 commit d33b17cCopy full SHA for d33b17c
pir/pir-impl/src/main/java/com/duckduckgo/pir/impl/scripts/models/BrokerAction.kt
@@ -63,11 +63,13 @@ sealed class BrokerAction(
63
data class GetCaptchaInfo(
64
override val id: String,
65
val selector: String,
66
+ val captchaType: String? = null,
67
) : BrokerAction(id)
68
69
data class SolveCaptcha(
70
71
72
73
74
75
data class Click(
0 commit comments