Code for Tutorial How To Solve MtCaptcha on UiPath

Code for jsonBody in Initalization State

“{
“”clientKey””: “””+ in_APIkey +”””,
“”task””: {
“”type””: “”MtCaptchaTaskProxyless””,
“”websiteURL””: “””+ in_websiteURL +”””,
“”websiteKey””: “””+ in_siteKey +”””
}
}”

Code for JsonBody On Get Captcha Code Process Stage:

“{
“”clientKey””: “”” + in_APIKEY +”””,
“”taskId””: ” + TaskId + ”
}”

Happy Automation!

Watch full tutorial here:

Leave a Comment